Package | Description |
---|---|
com.suncode.pwfl.support.hibernate.criterion |
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 |
---|---|
static Criterion |
Restrictions.ilike(String propertyName,
String value,
MatchMode matchMode) |
static Criterion |
Restrictions.like(String propertyName,
String value,
MatchMode matchMode) |
Copyright © 2025 Suncode. All rights reserved.