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 MatchModeMatchMode. 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 AuditCriterionAuditProperty. ilike(String value, MatchMode matchMode)Apply on "ilike" constraintAuditCriterionAuditFunction. like(String value, MatchMode matchMode)Apply a "like" constraintAuditCriterionAuditProperty. like(String value, MatchMode matchMode)Apply a "like" constraint
-