public static interface ColumnQueryMapper.ColumnMapperFrom 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.
|
ColumnQueryMapper.ColumnMapperNameCondition |
where(String name)
Starts a new condition defining the column name
|
build, build, getResult, getResult, getSingleResult, getSingleResult, pageColumnQueryMapper.ColumnMapperNameCondition where(String name)
name - the column nameColumnQueryMapper.ColumnMapperNameConditionNullPointerException - when name is nullColumnQueryMapper.ColumnMapperSkip skip(long skip)
skip - the first result to retriveColumnQueryMapper.ColumnMapperLimit limit(long limit)
limit - the limitColumnQueryMapper.ColumnMapperOrder orderBy(String name)
name - the name to be orderedNullPointerException - when name is nullCopyright © 2017–2021 Eclipse Foundation. All rights reserved.