|
||||||||||
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(Object value)
|
static SimpleExpression |
Restrictions.eq(String propertyName,
Object value)
Apply an "equal" constraint to the named property |
SimpleExpression |
Property.ge(Object value)
|
static SimpleExpression |
Restrictions.ge(String propertyName,
Object value)
Apply a "greater than or equal" constraint to the named property |
SimpleExpression |
Property.gt(Object value)
|
static SimpleExpression |
Restrictions.gt(String propertyName,
Object value)
Apply a "greater than" constraint to the named property |
SimpleExpression |
SimpleExpression.ignoreCase()
|
SimpleExpression |
Property.le(Object value)
|
static SimpleExpression |
Restrictions.le(String propertyName,
Object value)
Apply a "less than or equal" constraint to the named property |
SimpleExpression |
Property.like(Object value)
|
SimpleExpression |
Property.like(String value,
MatchMode matchMode)
|
static SimpleExpression |
Restrictions.like(String propertyName,
Object value)
Apply a "like" constraint to the named property |
static SimpleExpression |
Restrictions.like(String propertyName,
String value,
MatchMode matchMode)
Apply a "like" constraint to the named property |
SimpleExpression |
Property.lt(Object value)
|
static SimpleExpression |
Restrictions.lt(String propertyName,
Object value)
Apply a "less than" constraint to the named property |
SimpleExpression |
Property.ne(Object value)
|
static SimpleExpression |
Restrictions.ne(String propertyName,
Object value)
Apply a "not equal" constraint to the named property |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |