SPT Object Database API

Uses of Class
com.sptci.prevayler.PrevalentSystem

Packages that use PrevalentSystem
com.sptci.prevayler.query Queries defined for the prevalent system. 
 

Uses of PrevalentSystem in com.sptci.prevayler.query
 

Classes in com.sptci.prevayler.query with type parameters of type PrevalentSystem
 class AbstractQuery<T,S extends PrevalentSystem>
          A base class for all simple queries against the prevalent system.
 class Count<S extends PrevalentSystem>
          The query for retrieving the total number of objects of the specified type in the prevalent system.
 class Fetch<P extends PrevalentObject,S extends PrevalentSystem>
          The query for retrieving a prevalent object from the system identified by its PrevalentObject.objectId field.
 class FetchByIndex<P extends Collection<PrevalentObject>,S extends PrevalentSystem>
          A query used to fetch prevalent objects that are indexed by the specified field.
 class FetchByIndices<P extends Collection<PrevalentObject>,S extends PrevalentSystem>
          A query used to fetch prevalent instances by the specified indexed fields.
 class FetchRange<P extends PrevalentObject,S extends PrevalentSystem>
          The query used to retrieve prevalent objects of the specified type in the range specified.
 class Search<P extends Collection<PrevalentObject>,S extends PrevalentSystem>
          The query for retrieving a collection of prevalent objects that match the specified query and optional filter.
 


SPT Object Database API