public interface ColumnQueryPagination extends ColumnQuery
ColumnQuery that allows select based on pagination.| Modifier and Type | Interface and Description |
|---|---|
static interface |
ColumnQueryPagination.ColumnQueryPaginationProvider
A provider
ColumnQueryPagination of where given two parameters:
The first is ColumnQuery
The second is Pagination
it returns an instance ColumnQueryPagination |
ColumnQuery.ColumnFrom, ColumnQuery.ColumnLimit, ColumnQuery.ColumnNameCondition, ColumnQuery.ColumnNameOrder, ColumnQuery.ColumnNotCondition, ColumnQuery.ColumnOrder, ColumnQuery.ColumnQueryBuild, ColumnQuery.ColumnSelect, ColumnQuery.ColumnSelectProvider, ColumnQuery.ColumnSkip, ColumnQuery.ColumnWhere| Modifier and Type | Method and Description |
|---|---|
Pagination |
getPagination()
Returns the
Pagination of the current Page |
ColumnQueryPagination |
next()
Returns the
ColumnQueryPagination requesting the next ColumnQueryPagination. |
static ColumnQueryPagination |
of(ColumnQuery query,
Pagination pagination)
Creates a new instance of
ColumnQueryPagination |
getColumnFamily, getColumns, getCondition, getLimit, getSkip, getSorts, select, selectColumnQueryPagination next()
ColumnQueryPagination requesting the next ColumnQueryPagination.ColumnQueryPaginationPagination getPagination()
Pagination of the current PagePaginationstatic ColumnQueryPagination of(ColumnQuery query, Pagination pagination)
ColumnQueryPaginationquery - the querypagination - the paginationColumnQueryPagination instanceNullPointerException - when there is null parameterCopyright © 2017–2021 Eclipse Foundation. All rights reserved.