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 ProjectionListProjectionList. add(Projection projection)Add a projection to this list of projectionsProjectionListProjectionList. add(Projection projection, java.lang.String alias)Adds a projection to this list of projections after wrapping it with an aliasProjectionListProjectionList. create()Deprecated.an instance factory method does not make sensestatic ProjectionListProjections. projectionList()Create a new projection list.
-