Package | Description |
---|---|
org.hibernate.envers.query.criteria |
Modifier and Type | Method and Description |
---|---|
static MatchMode |
MatchMode.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
AuditCriterion |
AuditProperty.ilike(java.lang.String value,
MatchMode matchMode)
Apply on "ilike" constraint
|
AuditCriterion |
AuditProperty.like(java.lang.String value,
MatchMode matchMode)
Apply a "like" constraint
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.