Uses of Class
org.hibernate.criterion.ProjectionList

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

Uses of ProjectionList in org.hibernate.criterion
 

Methods in org.hibernate.criterion that return ProjectionList
 ProjectionList ProjectionList.add(Projection proj)
           
 ProjectionList ProjectionList.add(Projection projection, String alias)
           
 ProjectionList ProjectionList.create()
           
static ProjectionList Projections.projectionList()
          Create a new projection list
 



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