Uses of Class
org.hibernate.criterion.Property
-
Packages that use Property Package Description org.hibernate.criterion -
-
Uses of Property in org.hibernate.criterion
Methods in org.hibernate.criterion that return Property Modifier and Type Method Description static PropertyProperty. forName(java.lang.String propertyName)Factory for Property instances.PropertyProperty. getProperty(java.lang.String propertyName)Get a component attribute of this property.Methods in org.hibernate.criterion with parameters of type Property Modifier and Type Method Description 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
-