Uses of Class
org.hibernate.envers.query.criteria.MatchMode
-
Packages that use MatchMode Package Description org.hibernate.envers.query.criteria -
-
Uses of MatchMode in org.hibernate.envers.query.criteria
Methods in org.hibernate.envers.query.criteria that return MatchMode Modifier and Type Method Description 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.envers.query.criteria with parameters of type MatchMode Modifier and Type Method Description AuditCriterion
AuditProperty. ilike(String value, MatchMode matchMode)
Apply on "ilike" constraintAuditCriterion
AuditFunction. like(String value, MatchMode matchMode)
Apply a "like" constraintAuditCriterion
AuditProperty. like(String value, MatchMode matchMode)
Apply a "like" constraint
-