类的使用
org.hibernate.criterion.Property
-
使用Property的程序包 程序包 说明 org.hibernate.criterion A framework for defining restriction criteria and order criteria. -
-
org.hibernate.criterion中Property的使用
返回Property的org.hibernate.criterion中的方法 修饰符和类型 方法 说明 static PropertyProperty. forName(String propertyName)Factory for Property instances.PropertyProperty. getProperty(String propertyName)Get a component attribute of this property.参数类型为Property的org.hibernate.criterion中的方法 修饰符和类型 方法 说明 PropertyExpressionProperty. eqProperty(Property other)Creates an equality restriction between 2 propertiesPropertyExpressionProperty. geProperty(Property other)Creates a greater-than-or-equal-to restriction between 2 propertiesPropertyExpressionProperty. gtProperty(Property other)Creates a greater-than restriction between 2 propertiesPropertyExpressionProperty. leProperty(Property other)Creates a less-than-or-equal-to restriction between 2 propertiesPropertyExpressionProperty. ltProperty(Property other)Creates a less-than restriction between 2 propertiesPropertyExpressionProperty. neProperty(Property other)Creates a non-equality restriction between 2 properties
-