SPT Object Database API

Package com.sptci.prevayler.annotations

Annotations used to automate handling of prevalent objects by the prevalent system.

See:
          Description

Enum Summary
ForeignKey.DeleteAction Enumeration for the delete actions supported.
 

Annotation Types Summary
ForeignKey Annotation used to indicate a foreign key (direct reference to another prevalent object).
ForeignKeys Annotation used to configure all the foreign key fields in a prevalent object in a single block at the class level.
Index Annotation used to indicate that a field in a prevalent object is to be indexed.
Indices Annotation for specifying all the indexed fields in a prevalent class.
NotNull An annotation used to indicate that a field in a prevalent object cannot be null.
Searchable Annotation for class fields that are to be indexed for full-text search.
Searchables Annotation for specifying all the full-text search indices for a prevalent class.
 

Package com.sptci.prevayler.annotations Description

Annotations used to automate handling of prevalent objects by the prevalent system.


SPT Object Database API