public class Conditions extends Object
Modifier and Type | Class and Description |
---|---|
class |
Conditions.ConditionListen |
class |
Conditions.ConditionSelector |
Modifier and Type | Field and Description |
---|---|
KeyTreeMap<Condition> |
map |
Constructor and Description |
---|
Conditions() |
Conditions(Collection<Condition> conditions) |
Conditions(Condition... conditions) |
Modifier and Type | Method and Description |
---|---|
void |
add(Condition condition) |
void |
merge(Conditions conditions) |
void |
remove(Column column) |
Where<Conditions.ConditionSelector,Conditions.ConditionListen> |
where(Matcher matcher) |
public final KeyTreeMap<Condition> map
public Conditions()
public Conditions(Collection<Condition> conditions)
public Conditions(Condition... conditions)
public void add(Condition condition)
public Where<Conditions.ConditionSelector,Conditions.ConditionListen> where(Matcher matcher)
public void merge(Conditions conditions)
public void remove(Column column)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.