SPT Object Database API

Uses of Class
com.sptci.prevayler.ConstraintSystem

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

Uses of ConstraintSystem in com.sptci.prevayler
 

Subclasses of ConstraintSystem in com.sptci.prevayler
(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