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