SPT Object Database API

Uses of Class
com.sptci.prevayler.StorageSystem

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

Uses of StorageSystem in com.sptci.prevayler
 

Subclasses of StorageSystem in com.sptci.prevayler
(package private)  class ConstraintSystem
          System that abstracts all constraint enforcing rules for the prevalent system.
(package private)  class IndexSystem
          Abstracts all index management operations for the prevalent system.
(package private)  class ObjectGraphSystem
          Abstracts all the code for decomposing and reconstituting object graphs for the prevalent system.
 class PrevalentSystem
          A base class for prevalent systems that will be managed by Prevayler and wrapped in a Prevayler instance.
(package private)  class SearchSystem
          Abstracts all the full-text search indexing and de-indexing operations for the prevalent system.
 


SPT Object Database API