SPT Object Database API

Uses of Class
com.sptci.prevayler.RelationStorage

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

Uses of RelationStorage in com.sptci.prevayler
 

Fields in com.sptci.prevayler with type parameters of type RelationStorage
private  Map<String,RelationStorage> StorageSystem.relationMap
          A map used to maintain the reverse relationships from prevalent objects to their parents.
 

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


SPT Object Database API