Uses of Class
org.hibernate.criterion.AggregateProjection

Packages that use AggregateProjection
org.hibernate.criterion A framework for defining restriction criteria and order criteria. 
 

Uses of AggregateProjection in org.hibernate.criterion
 

Subclasses of AggregateProjection in org.hibernate.criterion
 class AvgProjection
          An avg() projection
 class CountProjection
          A count
 

Methods in org.hibernate.criterion that return AggregateProjection
 AggregateProjection Property.avg()
           
static AggregateProjection Projections.avg(java.lang.String propertyName)
          A property average value
 AggregateProjection Property.max()
           
static AggregateProjection Projections.max(java.lang.String propertyName)
          A property maximum value
 AggregateProjection Property.min()
           
static AggregateProjection Projections.min(java.lang.String propertyName)
          A property minimum value
static AggregateProjection Projections.sum(java.lang.String propertyName)
          A property value sum
 



Copyright © 2008 Hibernate.org. All Rights Reserved.