Uses of Class
org.hibernate.criterion.CountProjection

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

Uses of CountProjection in org.hibernate.criterion
 

Methods in org.hibernate.criterion that return CountProjection
 CountProjection Property.count()
           
static CountProjection Projections.count(java.lang.String propertyName)
          A property value count
static CountProjection Projections.countDistinct(java.lang.String propertyName)
          A distinct property value count
 CountProjection CountProjection.setDistinct()
           
 



Copyright © 2008 Hibernate.org. All Rights Reserved.