SPT Object Database API

Uses of Package
com.sptci.prevayler.annotations

Packages that use com.sptci.prevayler.annotations
com.sptci.prevayler Core classes for the database engine built around Prevayler. 
com.sptci.prevayler.annotations Annotations used to automate handling of prevalent objects by the prevalent system. 
 

Classes in com.sptci.prevayler.annotations used by com.sptci.prevayler
ForeignKey
          Annotation used to indicate a foreign key (direct reference to another prevalent object).
ForeignKey.DeleteAction
          Enumeration for the delete actions supported.
Index
          Annotation used to indicate that a field in a prevalent object is to be indexed.
Searchable
          Annotation for class fields that are to be indexed for full-text search.
 

Classes in com.sptci.prevayler.annotations used by com.sptci.prevayler.annotations
ForeignKey.DeleteAction
          Enumeration for the delete actions supported.
 


SPT Object Database API