SPT Object Database API

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

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

Uses of Searchable in com.sptci.prevayler
 

Methods in com.sptci.prevayler with parameters of type Searchable
private  void SearchSystem.indexSearchable(PrevalentObject object, org.apache.lucene.document.Document doc, Searchable index)
          Process the Searchable annotation for the specified prevalent object class.
 


SPT Object Database API