|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property | |
---|---|
org.hibernate.criterion | A framework for defining restriction criteria and order criteria. |
Uses of Property in org.hibernate.criterion |
---|
Methods in org.hibernate.criterion that return Property | |
---|---|
static Property |
Property.forName(String propertyName)
|
Property |
Property.getProperty(String propertyName)
Get a component attribute of this property |
Methods in org.hibernate.criterion with parameters of type Property | |
---|---|
PropertyExpression |
Property.eqProperty(Property other)
|
PropertyExpression |
Property.geProperty(Property other)
|
PropertyExpression |
Property.gtProperty(Property other)
|
PropertyExpression |
Property.leProperty(Property other)
|
PropertyExpression |
Property.ltProperty(Property other)
|
PropertyExpression |
Property.neProperty(Property other)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |