|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleExpression | |
---|---|
org.hibernate.criterion | A framework for defining restriction criteria and order criteria. |
Uses of SimpleExpression in org.hibernate.criterion |
---|
Methods in org.hibernate.criterion that return SimpleExpression | |
---|---|
SimpleExpression |
Property.eq(java.lang.Object value)
|
static SimpleExpression |
Restrictions.eq(java.lang.String propertyName,
java.lang.Object value)
Apply an "equal" constraint to the named property |
SimpleExpression |
Property.ge(java.lang.Object value)
|
static SimpleExpression |
Restrictions.ge(java.lang.String propertyName,
java.lang.Object value)
Apply a "greater than or equal" constraint to the named property |
SimpleExpression |
Property.gt(java.lang.Object value)
|
static SimpleExpression |
Restrictions.gt(java.lang.String propertyName,
java.lang.Object value)
Apply a "greater than" constraint to the named property |
SimpleExpression |
SimpleExpression.ignoreCase()
|
SimpleExpression |
Property.le(java.lang.Object value)
|
static SimpleExpression |
Restrictions.le(java.lang.String propertyName,
java.lang.Object value)
Apply a "less than or equal" constraint to the named property |
SimpleExpression |
Property.like(java.lang.Object value)
|
SimpleExpression |
Property.like(java.lang.String value,
MatchMode matchMode)
|
static SimpleExpression |
Restrictions.like(java.lang.String propertyName,
java.lang.Object value)
Apply a "like" constraint to the named property |
static SimpleExpression |
Restrictions.like(java.lang.String propertyName,
java.lang.String value,
MatchMode matchMode)
Apply a "like" constraint to the named property |
SimpleExpression |
Property.lt(java.lang.Object value)
|
static SimpleExpression |
Restrictions.lt(java.lang.String propertyName,
java.lang.Object value)
Apply a "less than" constraint to the named property |
SimpleExpression |
Property.ne(java.lang.Object value)
|
static SimpleExpression |
Restrictions.ne(java.lang.String propertyName,
java.lang.Object value)
Apply a "not equal" constraint to the named property |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |