Uses of Class
com.aashish.javaormashcode.query.Aggregate
Packages that use Aggregate
-
Uses of Aggregate in com.aashish.javaormashcode.query
Subclasses of Aggregate in com.aashish.javaormashcode.queryModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classMethods in com.aashish.javaormashcode.query that return AggregateModifier and TypeMethodDescriptionOverrides the generated alias used for this aggregate result.Methods in com.aashish.javaormashcode.query that return types with arguments of type AggregateMethods in com.aashish.javaormashcode.query with parameters of type AggregateModifier and TypeMethodDescriptionQuerySet.aggregate(OrmSession session, Aggregate... aggregates) Executes one or more aggregate projections within the given session.Executes one or more aggregate projections using the configured primary data source.QuerySet.aggregate(DataSource dataSource, Aggregate... aggregates) Executes one or more aggregate projections using the given data source.