SPT Object Database API

Uses of Class
com.sptci.prevayler.query.AbstractQuery

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

Uses of AbstractQuery in com.sptci.prevayler.query
 

Subclasses of AbstractQuery in com.sptci.prevayler.query
 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