public static interface DocumentQueryMapper.DocumentMapperFrom extends DocumentQueryMapper.DocumentMapperQueryBuild
| Modifier and Type | Method and Description |
|---|---|
DocumentQueryMapper.DocumentMapperLimit |
limit(long limit)
Defines the maximum number of results to retrieve.
|
DocumentQueryMapper.DocumentMapperOrder |
orderBy(String name)
Add the order how the result will returned
|
DocumentQueryMapper.DocumentMapperSkip |
skip(long skip)
Defines the position of the first result to retrieve.
|
DocumentQueryMapper.DocumentMapperNameCondition |
where(String name)
Starts a new condition defining the column name
|
build, build, getResult, getResult, getResult, getSingleResult, getSingleResult, getSingleResult, pageDocumentQueryMapper.DocumentMapperNameCondition where(String name)
name - the column nameDocumentQueryMapper.DocumentMapperNameConditionNullPointerException - when name is nullDocumentQueryMapper.DocumentMapperSkip skip(long skip)
skip - the first result to retriveDocumentQueryMapper.DocumentMapperLimit limit(long limit)
limit - the limitDocumentQueryMapper.DocumentMapperOrder orderBy(String name)
name - the orderNullPointerException - when name is nullCopyright © 2017–2019 Eclipse Foundation. All rights reserved.