Uses of Class
org.hibernate.criterion.ProjectionList

Packages that use ProjectionList
org.hibernate.criterion   
 

Uses of ProjectionList in org.hibernate.criterion
 

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