| Package | Description |
|---|---|
| com.landawn.abacus.condition |
| Modifier and Type | Method and Description |
|---|---|
Limit |
Criteria.getLimit()
Gets the limit.
|
static Limit |
ConditionFactory.limit(int count) |
static Limit |
ConditionFactory.limit(int offset,
int count) |
static Limit |
ConditionFactory.limit(String expr) |
| Modifier and Type | Method and Description |
|---|---|
static Criteria |
ConditionFactory.CB.limit(Limit condition) |
Criteria |
Criteria.limit(Limit condition) |
Copyright © 2021. All rights reserved.