public abstract class WhereConjunction extends WhereCriterion
| Constructor and Description |
|---|
WhereConjunction() |
WhereConjunction(WhereCriterion... criteria) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCriterion(WhereCriterion criterion) |
abstract ConjunctionType |
getConjunctionType() |
WhereCriterion[] |
getCriteria() |
CriterionType |
getCriterionType() |
boolean |
isEmpty() |
void |
setCriteria(WhereCriterion... criteria) |
public WhereConjunction()
public WhereConjunction(WhereCriterion... criteria)
public abstract ConjunctionType getConjunctionType()
public CriterionType getCriterionType()
getCriterionType in class WhereCriterionpublic boolean isEmpty()
public WhereCriterion[] getCriteria()
public void setCriteria(WhereCriterion... criteria)
public void addCriterion(WhereCriterion criterion)
Copyright © 2019. All rights reserved.