SPT Core API

Package com.sptci.jdo.annotation

Package that holds local annotations used to automate processing of objects.

See:
          Description

Annotation Types Summary
AlphabeticalIndex Annotation type used to indicate the field in the sub-class of JDOObject whose starting letter is to used to maintain the StartLetter for efficient generation of alphabetical index for the object type.
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 persistent class.
 

Package com.sptci.jdo.annotation Description

Package that holds local annotations used to automate processing of objects. Usually used to automate JDO instance callback processing.


SPT Core API