Uses of Interface
org.apache.openjpa.persistence.query.Aggregate

Packages that use Aggregate
org.apache.openjpa.persistence.query OpenJPA Dynamic Query 
 

Uses of Aggregate in org.apache.openjpa.persistence.query
 

Classes in org.apache.openjpa.persistence.query that implement Aggregate
 class AbsExpression
          Denotes ABS() operation on a given expression.
(package private)  class AllExpression
          Denotes All(SubQuery) Expression.
(package private)  class AnyExpression
          Denotes ANY(SUbquery) Expression.
 class AverageExpression
          Denotes AVG() on a given Expression.
 class ConcatExpression
          Denotes CONCAT(e1,e2,..) Expression.
 class CountExpression
          Denotes COUNT(e) Expression.
 class DistinctExpression
          Denotes DISTINCT(e) Expression.
 class IndexExpression
          Denotes INDEX(e) Expression.
 class LengthExpression
          Denotes LENGTH(e) Expression.
 class LowerExpression
          Denotes LOWER(e) Expression.
 class MaxExpression
          Denotes MAX(e) Expression.
 class MinExpression
          Denotes MIN(e) Expression.
(package private)  class QueryExpression
          An expression resulting from operation on a query itself.
 class SizeExpression
          Denotes SIZE(e) Expression.
(package private)  class SomeExpression
          Denotes SOME(Subquery) Expression.
 class SquareRootExpression
          Denotes SQRT(e) Expression.
 class SubStringExpression
          Denotes SUBSTR(a,i1,i2) Expression.
 class SumExpression
          Denotes SUM(e) Expression.
 class TrimExpression
          Denotes TRIM(e1,x) Expression.
 class TypeExpression
          Denotes TYPE(e) Expression.
 class UnaryMinusExpression
          Denotes (-e) Expression.
(package private)  class UnaryOperatorExpression
           
 class UpperExpression
          Denotes UPPER(e) Expression.
 

Methods in org.apache.openjpa.persistence.query that return Aggregate
 Aggregate PathExpression.avg()
          Specify that the avg operation is to be applied.
 Aggregate AbstractPath.avg()
           
 Aggregate PathExpression.count()
          Specify that the count operation is to be applied.
 Aggregate AbstractPath.count()
           
 Aggregate PathExpression.max()
          Specify that the max operation is to be applied.
 Aggregate AbstractPath.max()
           
 Aggregate PathExpression.min()
          Specify that the min operation is to be applied.
 Aggregate AbstractPath.min()
           
 Aggregate PathExpression.sum()
          Specify that the sum operation is to be applied.
 Aggregate AbstractPath.sum()
           
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.