Uses of Interface
org.apache.openjpa.persistence.query.Aggregate
Packages that use Aggregate
- 
Uses of Aggregate in org.apache.openjpa.persistence.query
Classes in org.apache.openjpa.persistence.query that implement AggregateModifier and TypeClassDescriptionclassDenotes ABS() operation on a given expression.classDenotes AVG() on a given Expression.classDenotes CONCAT(e1,e2,..)classDenotes COUNT(e) Expression.classDenotes DISTINCT(e) Expression.classDenotes INDEX(e) Expression.classDenotes LENGTH(e) Expression.classDenotes LOWER(e) Expression.classDenotes MAX(e) Expression.classDenotes MIN(e) Expression.classDenotes SIZE(e) Expression.classDenotes SQRT(e) Expression.classDenotes SUBSTR(a,i1,i2) Expression.classDenotes SUM(e) Expression.classDenotes TRIM(e1,x) Expression.classDenotes TYPE(e) Expression.classDenotes (-e) Expression.classDenotes UPPER(e) Expression.Methods in org.apache.openjpa.persistence.query that return AggregateModifier and TypeMethodDescriptionPathExpression.avg()Specify that the avg operation is to be applied.PathExpression.count()Specify that the count operation is to be applied.PathExpression.max()Specify that the max operation is to be applied.PathExpression.min()Specify that the min operation is to be applied.PathExpression.sum()Specify that the sum operation is to be applied.