|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MatchMode | |
---|---|
org.hibernate.criterion | A framework for defining restriction criteria and order criteria. |
org.hibernate.envers.query.criteria |
Uses of MatchMode in org.hibernate.criterion |
---|
Methods in org.hibernate.criterion that return MatchMode | |
---|---|
static MatchMode |
MatchMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MatchMode[] |
MatchMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.hibernate.criterion with parameters of type MatchMode | |
---|---|
Example |
Example.enableLike(MatchMode matchMode)
Use the "like" operator for all string-valued properties |
static Criterion |
Restrictions.ilike(String propertyName,
String value,
MatchMode matchMode)
A case-insensitive "like", similar to Postgres ilike operator |
SimpleExpression |
Property.like(String value,
MatchMode matchMode)
|
static SimpleExpression |
Restrictions.like(String propertyName,
String value,
MatchMode matchMode)
Apply a "like" constraint to the named property |
Constructors in org.hibernate.criterion with parameters of type MatchMode | |
---|---|
IlikeExpression(String propertyName,
String value,
MatchMode matchMode)
Deprecated. |
|
LikeExpression(String propertyName,
String value,
MatchMode matchMode)
|
|
LikeExpression(String propertyName,
String value,
MatchMode matchMode,
Character escapeChar,
boolean ignoreCase)
|
Uses of MatchMode in org.hibernate.envers.query.criteria |
---|
Methods in org.hibernate.envers.query.criteria with parameters of type MatchMode | |
---|---|
AuditCriterion |
AuditProperty.like(String value,
MatchMode matchMode)
Apply a "like" constraint |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |