SPT Object Database API
A C D E F G H I L M N O P Q R S T U V W _

G

generateOid(PrevalentObject) - Method in class com.sptci.prevayler.StorageSystem
Generate the oid to assign to the specified prevalent object.
get(Object) - Method in class com.sptci.prevayler.IndexStorage.FieldStorage
Return the objects stored in IndexStorage.FieldStorage.fieldMap for the specified index key.
get(String, Object) - Method in class com.sptci.prevayler.IndexStorage
Return the collection of prevalent objects that match the specified index value.
get(Object) - Method in class com.sptci.prevayler.PrimaryStorage
Return the prevalent object identified by its object id from the store.
get(long, long) - Method in class com.sptci.prevayler.PrimaryStorage
Fetch the prevalent objects in the specified range of data.
get_sptodbMetaData() - Method in class com.sptci.prevayler.PrevalentObject
Getter for property PrevalentObject._sptodbMetaData.
getClassName() - Method in class com.sptci.prevayler.RelationStorage
Return the fully qualified class name of the prevalent object for which the reference relations are being stored.
getCreationDate() - Method in class com.sptci.prevayler.PrevalentObject
Return the date at which this object was created.
getDatabaseDirectory(Class) - Static method in class com.sptci.prevayler.PrevalentSystemFactory
Return the directory under which serialised instances of the specified class are to be stored.
getDataDirectory() - Static method in class com.sptci.prevayler.PrevalentSystemFactory
Return the root directory under which the entire database system is stored.
getDeleteRules(String) - Method in class com.sptci.prevayler.RelationStorage
Return a map of field name of delete actions for the specified prevalent class with which the class being managed has relations.
getDocumentId(PrevalentObject) - Method in class com.sptci.prevayler.SearchSystem
Return the unique document id for the index document representing the specified prevalent object.
getFieldName(String[]) - Method in class com.sptci.prevayler.IndexStorage
Return the name used to represent the specified array of field names.
getFields() - Method in class com.sptci.prevayler.ReferenceStorage.FieldStorage
Return a collection of field names that are stored in in this store.
getFields(PrevalentObject) - Method in class com.sptci.prevayler.ReferenceStorage
Return a collection of field names that represent the references to other prevalent objects in the store for the specified prevalent object.
getIndexStorage(Class) - Method in class com.sptci.prevayler.StorageSystem
Return the map in which the indices for the prevalent class are stored with the indexed field name.
getIndexStorage(String) - Method in class com.sptci.prevayler.StorageSystem
Return the map in which the indices for the prevalent class are stored with the indexed field name.
getModificationDate() - Method in class com.sptci.prevayler.PrevalentObject
Return the date at which this object was last updated in the prevalent system.
getObjectId() - Method in class com.sptci.prevayler.IndexedObject
Getter for property IndexedObject.objectId.
getObjectId() - Method in class com.sptci.prevayler.PrevalentObject
Return the object id for the business object.
getObjectId(String) - Method in class com.sptci.prevayler.PrevalentObject
Return the objectId value that may be used to retrieve the prevalent instance from the specified string representation.
getPrevayler() - Static method in class com.sptci.prevayler.PrevalentSystemFactory
Boot-strap a prevalent system using the default PrevalentSystem class.
getPrevayler(Class) - Static method in class com.sptci.prevayler.PrevalentSystemFactory
Create a prevalent system for the specified system class.
getPrevayler(Class, String) - Static method in class com.sptci.prevayler.PrevalentSystemFactory
Create a prevalent system for the specified system class.
getPrevayler(Class, String, String) - Static method in class com.sptci.prevayler.PrevalentSystemFactory
Create a prevalent system for the specified system class.
getPrimaryStorage(Class) - Method in class com.sptci.prevayler.StorageSystem
Return the map used to maintain instances of the specified type of prevalent objects by its object id.
getPrimaryStorage(String) - Method in class com.sptci.prevayler.StorageSystem
Return the map used to maintain instances of the specified type of prevalent objects by its object id.
getReferenceStorage(Class) - Method in class com.sptci.prevayler.StorageSystem
Return the map used to manage the references to other prevalent objects for the specified prevalent class.
getReferenceStorage(String) - Method in class com.sptci.prevayler.StorageSystem
Return the map used to manage the references to other prevalent objects for the specified prevalent class.
getRelations() - Method in class com.sptci.prevayler.RelationStorage
Return the names of the classes that hold a reference to the prevalent class that is being managed.
getRelationStorage(Class) - Method in class com.sptci.prevayler.StorageSystem
Return the map used to manage the relations to other prevalent objects for the specified prevalent class.
getRelationStorage(String) - Method in class com.sptci.prevayler.StorageSystem
Return the map used to manage the relations to other prevalent objects for the specified prevalent class.
getRules() - Method in class com.sptci.prevayler.RelationStorage.DeleteRule
Return the RelationStorage.DeleteRule.actionMap as an unmodifiable view.
getSearchBatchSize() - Static method in class com.sptci.prevayler.PrevalentSystemFactory
Return the size of the batch at which lucene index writer is to be committed.
getSearchDirectory(Class) - Static method in class com.sptci.prevayler.PrevalentSystemFactory
Return the directory under which the lucene full-text search indices are to be stored.
getTaskQueue() - Method in class com.sptci.prevayler.StorageSystem
Return the task queue used when persisting objects by reachability.
getType() - Method in class com.sptci.prevayler.IndexedObject
Getter for property IndexedObject.type.
getType() - Method in class com.sptci.prevayler.transaction.Transaction.Parameter
Return the Transaction.Parameter.type field.
getValue(String) - Method in class com.sptci.prevayler.ReferenceStorage.FieldStorage
Return the value associated with the field with the specified name.
getValue(PrevalentObject, String) - Method in class com.sptci.prevayler.ReferenceStorage
Return the value associated with the specified prevalent object and reference field name.
getValue() - Method in class com.sptci.prevayler.transaction.Transaction.Parameter
Return the Transaction.Parameter.value field.

SPT Object Database API
A C D E F G H I L M N O P Q R S T U V W _