SPT Object Database API

Uses of Class
com.sptci.prevayler.IndexStorage

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

Uses of IndexStorage in com.sptci.prevayler
 

Fields in com.sptci.prevayler with type parameters of type IndexStorage
private  Map<String,IndexStorage> StorageSystem.indexMap
          A map used to maintain indices for the various prevalent object types that are managed by this prevalent system.
 

Methods in com.sptci.prevayler that return IndexStorage
protected  IndexStorage StorageSystem.getIndexStorage(Class cls)
          Return the map in which the indices for the prevalent class are stored with the indexed field name.
protected  IndexStorage StorageSystem.getIndexStorage(String name)
          Return the map in which the indices for the prevalent class are stored with the indexed field name.
 


SPT Object Database API