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 classPropertyA factory for property-specific criterion and projection instancesMethods in org.hibernate.criterion that return PropertyProjection Modifier and Type Method Description PropertyProjectionProperty. group()Creates a projection for this property as a group expressionstatic PropertyProjectionProjections. groupProperty(java.lang.String propertyName)A grouping property value projectionstatic PropertyProjectionProjections. property(java.lang.String propertyName)A property value projection
-