All Methods Static Methods Instance Methods Abstract Methods Default Methods
| Modifier and Type |
Method and Description |
static Condition |
and(Condition left,
Condition right) |
static Condition |
and(Condition left,
Condition right,
Condition... others) |
static Condition |
between(Operand left,
Operand low,
Operand high) |
static Condition |
create(Operand left,
ConditionalOperator operator,
Operand right) |
static Condition |
eq(Operand left,
Operand right)
Create a equals condition '='
|
static Condition |
ge(Operand left,
Operand right) |
static Condition |
in(Operand left,
List<Operand> values) |
static Condition |
in(Operand left,
Operand... values) |
static Condition |
isNotNull(Operand operand) |
static Condition |
isNull(Operand operand) |
static Condition |
le(Operand left,
Operand right) |
Condition |
negate() |
static Condition |
notBetween(Operand left,
Operand low,
Operand high) |
static Condition |
notIn(Operand left,
Operand... values) |
static Condition |
or(Condition left,
Condition right) |
static Condition |
or(Condition left,
Condition right,
Condition... others) |