Uses of Class
org.hibernate.ejb.criteria.expression.function.AggregationFunction

Packages that use AggregationFunction
org.hibernate.ejb.criteria.expression.function   
 

Uses of AggregationFunction in org.hibernate.ejb.criteria.expression.function
 

Subclasses of AggregationFunction in org.hibernate.ejb.criteria.expression.function
static class AggregationFunction.AVG
          Implementation of a AVG function providing convenience in construction.
static class AggregationFunction.COUNT
          Implementation of a COUNT function providing convenience in construction.
static class AggregationFunction.GREATEST<X extends Comparable<X>>
          Models the MAX function in terms of non-numeric expressions.
static class AggregationFunction.LEAST<X extends Comparable<X>>
          Models the MIN function in terms of non-numeric expressions.
static class AggregationFunction.MAX<N extends Number>
          Implementation of a MAX function providing convenience in construction.
static class AggregationFunction.MIN<N extends Number>
          Implementation of a MIN function providing convenience in construction.
static class AggregationFunction.SUM<N extends Number>
          Implementation of a SUM function providing convenience in construction.
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.