SPT Object Database API

Uses of Class
com.sptci.prevayler.IndexedObject

Packages that use IndexedObject
com.sptci.prevayler Core classes for the database engine built around Prevayler. 
 

Uses of IndexedObject in com.sptci.prevayler
 

Fields in com.sptci.prevayler with type parameters of type IndexedObject
private  Map<Object,Collection<IndexedObject>> IndexStorage.FieldStorage.fieldMap
          The map used to maintain the indexed values and the prevalent objects that match the indexed values.
 

Methods in com.sptci.prevayler that return types with arguments of type IndexedObject
private  Collection<IndexedObject> IndexStorage.FieldStorage.get(Object index)
          Return the objects stored in IndexStorage.FieldStorage.fieldMap for the specified index key.
 Collection<IndexedObject> IndexStorage.get(String field, Object index)
          Return the collection of prevalent objects that match the specified index value.
 


SPT Object Database API