| Package | Description |
|---|---|
| org.smallmind.persistence.query |
| Modifier and Type | Class and Description |
|---|---|
class |
AndWhereConjunction |
class |
OrWhereConjunction |
class |
WhereConjunction |
class |
WhereField |
| Modifier and Type | Method and Description |
|---|---|
WhereCriterion[] |
WhereConjunction.getCriteria() |
| Modifier and Type | Method and Description |
|---|---|
static OrWhereConjunction |
OrWhereConjunction.instance(WhereCriterion... criteria) |
static AndWhereConjunction |
AndWhereConjunction.instance(WhereCriterion... criteria) |
void |
WhereConjunction.setCriteria(WhereCriterion... criteria) |
| Constructor and Description |
|---|
AndWhereConjunction(WhereCriterion... criteria) |
OrWhereConjunction(WhereCriterion... criteria) |
WhereConjunction(WhereCriterion... criteria) |
Copyright © 2017. All rights reserved.