|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyExpression | |
---|---|
org.hibernate.criterion | A framework for defining restriction criteria and order criteria. |
Uses of PropertyExpression in org.hibernate.criterion |
---|
Methods in org.hibernate.criterion that return PropertyExpression | |
---|---|
PropertyExpression |
Property.eqProperty(Property other)
|
PropertyExpression |
Property.eqProperty(java.lang.String other)
|
static PropertyExpression |
Restrictions.eqProperty(java.lang.String propertyName,
java.lang.String otherPropertyName)
Apply an "equal" constraint to two properties |
PropertyExpression |
Property.geProperty(Property other)
|
PropertyExpression |
Property.geProperty(java.lang.String other)
|
static PropertyExpression |
Restrictions.geProperty(java.lang.String propertyName,
java.lang.String otherPropertyName)
Apply a "greater than or equal" constraint to two properties |
PropertyExpression |
Property.gtProperty(Property other)
|
PropertyExpression |
Property.gtProperty(java.lang.String other)
|
static PropertyExpression |
Restrictions.gtProperty(java.lang.String propertyName,
java.lang.String otherPropertyName)
Apply a "greater than" constraint to two properties |
PropertyExpression |
Property.leProperty(Property other)
|
PropertyExpression |
Property.leProperty(java.lang.String other)
|
static PropertyExpression |
Restrictions.leProperty(java.lang.String propertyName,
java.lang.String otherPropertyName)
Apply a "less than or equal" constraint to two properties |
PropertyExpression |
Property.ltProperty(Property other)
|
PropertyExpression |
Property.ltProperty(java.lang.String other)
|
static PropertyExpression |
Restrictions.ltProperty(java.lang.String propertyName,
java.lang.String otherPropertyName)
Apply a "less than" constraint to two properties |
PropertyExpression |
Property.neProperty(Property other)
|
PropertyExpression |
Property.neProperty(java.lang.String other)
|
static PropertyExpression |
Restrictions.neProperty(java.lang.String propertyName,
java.lang.String otherPropertyName)
Apply a "not equal" constraint to two properties |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |