SPT Object Database API

Uses of Class
com.sptci.prevayler.annotations.Index

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

Uses of Index in com.sptci.prevayler
 

Methods in com.sptci.prevayler with parameters of type Index
private  void IndexSystem.checkIndex(Index index, PrevalentObject object)
          Check the index specified at the class level on the prevalent object.
private  void IndexSystem.processIndex(Index index, PrevalentObject object)
          Process the Index annotation at the class level of the specified prevalent object.
 


SPT Object Database API