public static interface ColumnQueryMapper.ColumnMapperWhere extends ColumnQueryMapper.ColumnMapperQueryBuild
| Modifier and Type | Method and Description |
|---|---|
ColumnQueryMapper.ColumnMapperNameCondition |
and(String name)
Starts a new condition in the select using
ColumnCondition.and(jakarta.nosql.column.ColumnCondition) |
ColumnQueryMapper.ColumnMapperLimit |
limit(long limit)
Defines the maximum number of results to retrieve.
|
ColumnQueryMapper.ColumnMapperNameCondition |
or(String name)
Appends a new condition in the select using
ColumnCondition.or(jakarta.nosql.column.ColumnCondition) |
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.ColumnMapperNameCondition and(String name)
ColumnCondition.and(jakarta.nosql.column.ColumnCondition)name - a condition to be addedColumnQueryMapper.ColumnMapperNameCondition with the condition appendedNullPointerException - when condition is nullColumnQueryMapper.ColumnMapperNameCondition or(String name)
ColumnCondition.or(jakarta.nosql.column.ColumnCondition)name - a condition to be addedColumnQueryMapper.ColumnMapperNameCondition with the condition appendedNullPointerException - when condition is nullColumnQueryMapper.ColumnMapperSkip skip(long skip)
skip - the first result to retrieveColumnQueryMapper.ColumnMapperLimit limit(long limit)
limit - the limitColumnQueryMapper.ColumnMapperOrder orderBy(String name)
name - the name to orderNullPointerException - when name is nullCopyright © 2017–2022 Eclipse Foundation. All rights reserved.