Uses of Class
org.hibernate.criterion.PropertyProjection
-
Packages that use PropertyProjection Package Description org.hibernate.criterion -
-
Uses of PropertyProjection in org.hibernate.criterion
Subclasses of PropertyProjection in org.hibernate.criterion Modifier and Type Class Description class
Property
A factory for property-specific criterion and projection instancesMethods in org.hibernate.criterion that return PropertyProjection Modifier and Type Method Description PropertyProjection
Property. group()
Creates a projection for this property as a group expressionstatic PropertyProjection
Projections. groupProperty(java.lang.String propertyName)
A grouping property value projectionstatic PropertyProjection
Projections. property(java.lang.String propertyName)
A property value projection
-