@Deprecated public interface ConditionProvider
Modifier and Type | Method and Description |
---|---|
void |
addConditions(Collection<? extends Condition> conditions)
Deprecated.
Adds new conditions to the query, connecting them to existing
conditions with
Operator.AND |
void |
addConditions(Condition... conditions)
Deprecated.
Adds new conditions to the query, connecting them to existing
conditions with
Operator.AND |
void |
addConditions(Operator operator,
Collection<? extends Condition> conditions)
Deprecated.
Adds new conditions to the query, connecting them to existing
conditions with the provided operator
|
void |
addConditions(Operator operator,
Condition... conditions)
Deprecated.
Adds new conditions to the query, connecting them to existing
conditions with the provided operator
|
@Support void addConditions(Condition... conditions)
Operator.AND
conditions
- The condition@Support void addConditions(Collection<? extends Condition> conditions)
Operator.AND
conditions
- The condition@Support void addConditions(Operator operator, Condition... conditions)
conditions
- The condition@Support void addConditions(Operator operator, Collection<? extends Condition> conditions)
conditions
- The conditionCopyright © 2014. All Rights Reserved.