SPT Object Database API

Uses of Class
com.sptci.prevayler.ReferenceStorage

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

Uses of ReferenceStorage in com.sptci.prevayler
 

Fields in com.sptci.prevayler with type parameters of type ReferenceStorage
private  Map<String,ReferenceStorage> StorageSystem.referenceMap
          A map used to maintain the references in a prevalent object to other prevalent objects.
 

Methods in com.sptci.prevayler that return ReferenceStorage
protected  ReferenceStorage StorageSystem.getReferenceStorage(Class cls)
          Return the map used to manage the references to other prevalent objects for the specified prevalent class.
protected  ReferenceStorage StorageSystem.getReferenceStorage(String name)
          Return the map used to manage the references to other prevalent objects for the specified prevalent class.
 


SPT Object Database API