public static interface ColumnQueryMapper.ColumnMapperNameOrder extends ColumnQueryMapper.ColumnMapperQueryBuild
| Modifier and Type | Method and Description |
|---|---|
ColumnQueryMapper.ColumnMapperLimit |
limit(long limit)
Defines the maximum number of results to retrieve.
|
ColumnQueryMapper.ColumnMapperOrder |
orderBy(String name)
Add the order how the result will returned
|
ColumnQueryMapper.ColumnMapperSkip |
skip(long skip)
Defines the position of the first result to retrieve.
|
build, build, getResult, getResult, getSingleResult, getSingleResult, pageColumnQueryMapper.ColumnMapperOrder orderBy(String name)
name - the name to be orderedNullPointerException - when name is nullColumnQueryMapper.ColumnMapperSkip skip(long skip)
skip - the first result to retriveColumnQueryMapper.ColumnMapperLimit limit(long limit)
limit - the limitCopyright © 2017–2022 Eclipse Foundation. All rights reserved.