SPT Object Database API

Uses of Class
com.sptci.prevayler.query.FetchByIndices.AggregationType

Packages that use FetchByIndices.AggregationType
com.sptci.prevayler Core classes for the database engine built around Prevayler. 
com.sptci.prevayler.query Queries defined for the prevalent system. 
 

Uses of FetchByIndices.AggregationType in com.sptci.prevayler
 

Methods in com.sptci.prevayler with parameters of type FetchByIndices.AggregationType
protected  Collection<P> PrevalentManager.fetchByIndices(Class type, Map<String,?> parameters, FetchByIndices.AggregationType resultType)
          Retrieve the collection of prevelant objects of the specified type that are indexed by the specified fields and values.
 

Uses of FetchByIndices.AggregationType in com.sptci.prevayler.query
 

Fields in com.sptci.prevayler.query declared as FetchByIndices.AggregationType
private  FetchByIndices.AggregationType FetchByIndices.resultType
          The aggregation type to use for the results of the query.
 

Methods in com.sptci.prevayler.query that return FetchByIndices.AggregationType
static FetchByIndices.AggregationType FetchByIndices.AggregationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FetchByIndices.AggregationType[] FetchByIndices.AggregationType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in com.sptci.prevayler.query with parameters of type FetchByIndices.AggregationType
FetchByIndices(Class type, Map<String,?> parameters, FetchByIndices.AggregationType resultType)
          Create a new instance of the query with the specified values.
 


SPT Object Database API