Uses of Class
org.hibernate.criterion.ProjectionList
-
Packages that use ProjectionList Package Description org.hibernate.criterion -
-
Uses of ProjectionList in org.hibernate.criterion
Methods in org.hibernate.criterion that return ProjectionList Modifier and Type Method Description ProjectionList
ProjectionList. add(Projection projection)
Add a projection to this list of projectionsProjectionList
ProjectionList. add(Projection projection, java.lang.String alias)
Adds a projection to this list of projections after wrapping it with an aliasProjectionList
ProjectionList. create()
Deprecated.an instance factory method does not make sensestatic ProjectionList
Projections. projectionList()
Create a new projection list.
-