All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static NotCriterion |
between(String property,
Object start,
Object end) |
static void |
conjunction() |
static void |
disjunction() |
static Criterion |
eq(String property,
Object value) |
static Criterion |
ge(String property,
Object value) |
static NotCriterion |
glob(String property,
String value) |
static Criterion |
gt(String property,
Object value) |
static Criterion |
idEqual(long value) |
static NotCriterion |
in(String property,
Collection values) |
static NotCriterion |
in(String property,
Object... values) |
static Criterion |
isNotNull(String property) |
static Criterion |
isNull(String property) |
static Criterion |
le(String property,
Object value) |
static NotCriterion |
like(String property,
String value) |
static Criterion |
lt(String property,
Object value) |
static Criterion |
ne(String property,
Object value) |
static NotCriterion |
regexp(String property,
String value) |
static Criterion |
sqlRestriction(String sql,
String... objects) |