public static interface DocumentQuery.DocumentFrom extends DocumentQuery.DocumentQueryBuild
| Modifier and Type | Method and Description |
|---|---|
DocumentQuery.DocumentLimit |
limit(long limit)
Defines the maximum number of results to retrieve.
|
DocumentQuery.DocumentOrder |
orderBy(String name)
Add the order how the result will returned
|
DocumentQuery.DocumentSkip |
skip(long skip)
Defines the position of the first result to retrieve.
|
DocumentQuery.DocumentNameCondition |
where(String name)
Starts a new condition defining the column name
|
build, getResult, getSingleResultDocumentQuery.DocumentNameCondition where(String name)
name - the column nameDocumentQuery.DocumentNameConditionNullPointerException - when name is nullDocumentQuery.DocumentSkip skip(long skip)
skip - the first result to retriveDocumentQuery.DocumentLimit limit(long limit)
limit - the limitDocumentQuery.DocumentOrder orderBy(String name)
name - the orderNullPointerException - when name is nullCopyright © 2017–2020 Eclipse Foundation. All rights reserved.