Uses of Class
org.hibernate.criterion.PropertyProjection

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

Uses of PropertyProjection in org.hibernate.criterion
 

Subclasses of PropertyProjection in org.hibernate.criterion
 class Property
          A factory for property-specific criterion and projection instances
 

Methods in org.hibernate.criterion that return PropertyProjection
 PropertyProjection Property.group()
           
static PropertyProjection Projections.groupProperty(java.lang.String propertyName)
          A grouping property value
static PropertyProjection Projections.property(java.lang.String propertyName)
          A projected property value
 



Copyright © 2008 Hibernate.org. All Rights Reserved.