| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCondition<L extends Operand,O extends ConditionalOperator,R extends Operand> |
class |
BetweenCondition |
class |
BooleanColumn |
class |
BooleanOperand |
class |
BooleanValue |
class |
ConditionGroup |
class |
InCondition |
class |
NullCondition |
class |
SimpleCondition |
| Modifier and Type | Method and Description |
|---|---|
static Condition |
Condition.and(Condition left,
Condition right) |
static Condition |
Condition.and(Condition left,
Condition right,
Condition... others) |
static Condition |
Condition.between(Operand left,
Operand low,
Operand high) |
static Condition |
ConditionGroup.create(LogicalOperator operator,
Condition left,
Condition right,
Condition... others) |
static Condition |
Condition.create(Operand left,
ConditionalOperator operator,
Operand right) |
static Condition |
Condition.eq(Operand left,
Operand right)
Create a equals condition '='
|
static Condition |
Condition.ge(Operand left,
Operand right) |
static Condition |
Condition.in(Operand left,
List<Operand> values) |
static Condition |
Condition.in(Operand left,
Operand... values) |
static Condition |
Condition.isNotNull(Operand operand) |
static Condition |
Condition.isNull(Operand operand) |
static Condition |
Condition.le(Operand left,
Operand right) |
Condition |
SimpleCondition.negate() |
Condition |
NullCondition.negate() |
Condition |
InCondition.negate() |
Condition |
ConditionGroup.negate() |
Condition |
Condition.negate() |
Condition |
BooleanValue.negate() |
Condition |
BooleanColumn.negate() |
Condition |
BetweenCondition.negate() |
static Condition |
Condition.notBetween(Operand left,
Operand low,
Operand high) |
static Condition |
Condition.notIn(Operand left,
Operand... values) |
static Condition |
Condition.or(Condition left,
Condition right) |
static Condition |
Condition.or(Condition left,
Condition right,
Condition... others) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConditionGroup.add(Condition condition) |
WhereClause |
WhereClause.and(Condition condition) |
SelectQuery |
SelectQuery.and(Condition condition) |
Jointure |
Jointure.and(Condition condition) |
static Condition |
Condition.and(Condition left,
Condition right) |
static Condition |
Condition.and(Condition left,
Condition right,
Condition... others) |
static Condition |
Condition.and(Condition left,
Condition right,
Condition... others) |
static Case.ConditionalCase |
Case.create(Condition condition,
Operand result) |
static Case.ConditionalCase |
Case.create(Condition condition,
Operand result,
Operand elseOperand) |
static Condition |
ConditionGroup.create(LogicalOperator operator,
Condition left,
Condition right,
Condition... others) |
static Condition |
ConditionGroup.create(LogicalOperator operator,
Condition left,
Condition right,
Condition... others) |
SelectQuery |
SelectQuery.having(Condition condition) |
static Condition |
Condition.or(Condition left,
Condition right) |
static Condition |
Condition.or(Condition left,
Condition right,
Condition... others) |
static Condition |
Condition.or(Condition left,
Condition right,
Condition... others) |
| Constructor and Description |
|---|
BooleanOperand(Condition condition) |
Copyright © 2017. All rights reserved.