SPT Object Database API

Uses of Class
com.sptci.prevayler.PrimaryStorage

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

Uses of PrimaryStorage in com.sptci.prevayler
 

Fields in com.sptci.prevayler with type parameters of type PrimaryStorage
private  Map<String,PrimaryStorage> StorageSystem.classMap
          A map used to manage the various prevalent objects that may be managed by this prevalent system.
 

Methods in com.sptci.prevayler that return PrimaryStorage
protected  PrimaryStorage StorageSystem.getPrimaryStorage(Class cls)
          Return the map used to maintain instances of the specified type of prevalent objects by its object id.
protected  PrimaryStorage StorageSystem.getPrimaryStorage(String name)
          Return the map used to maintain instances of the specified type of prevalent objects by its object id.
 


SPT Object Database API