SPT Object Database API

Uses of Interface
com.sptci.prevayler.DatabaseSystem

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

Uses of DatabaseSystem in com.sptci.prevayler
 

Classes in com.sptci.prevayler that implement DatabaseSystem
(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.
(package private)  class StorageSystem
          The base class for the prevalent system that provides the storage engine for storing the various prevalent object maintained by the system.
 


SPT Object Database API