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(String propertyName)
          A grouping property value
static PropertyProjection Projections.property(String propertyName)
          A projected property value
 



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