| Package | Description |
|---|---|
| com.landawn.abacus.condition |
| Modifier and Type | Class and Description |
|---|---|
class |
All |
class |
Any |
class |
Clause |
class |
Except |
class |
Exists |
class |
GroupBy |
class |
Having |
class |
Intersect |
class |
Minus |
class |
Not |
class |
On |
class |
OrderBy |
class |
Some |
class |
Union |
class |
UnionAll |
class |
Using
Deprecated.
Using.
|
class |
Where |
| Modifier and Type | Method and Description |
|---|---|
static Cell |
ConditionFactory.cell(Operator operator,
Condition condition) |
Cell |
Criteria.getGroupBy()
Gets the group by.
|
Cell |
Criteria.getHaving()
Gets the having.
|
Cell |
Criteria.getOrderBy()
Gets the order by.
|
Cell |
Criteria.getWhere()
Gets the where.
|
| Modifier and Type | Method and Description |
|---|---|
List<Cell> |
Criteria.getAggregation()
Gets the aggregation.
|
Copyright © 2021. All rights reserved.