类的使用
org.hibernate.criterion.PropertyProjection
-
使用PropertyProjection的程序包 程序包 说明 org.hibernate.criterion A framework for defining restriction criteria and order criteria. -
-
org.hibernate.criterion中PropertyProjection的使用
org.hibernate.criterion中PropertyProjection的子类 修饰符和类型 类 说明 classPropertyA factory for property-specific criterion and projection instances返回PropertyProjection的org.hibernate.criterion中的方法 修饰符和类型 方法 说明 PropertyProjectionProperty. group()Creates a projection for this property as a group expressionstatic PropertyProjectionProjections. groupProperty(String propertyName)A grouping property value projectionstatic PropertyProjectionProjections. property(String propertyName)A property value projection
-