public class QueryPage<T> extends AbstractQueryPage<T>
QueryPage class.
maxPageNo, pageNo, queryDEFAULT_PAGE_NUM, DEFAULT_PAGE_SIZE| Constructor and Description |
|---|
QueryPage(LimitQuery<T> query,
EntityDao entityDao)
Constructor for QueryPage.
|
QueryPage(OqlBuilder<T> builder,
EntityDao entityDao)
Constructor for QueryPage.
|
| Modifier and Type | Method and Description |
|---|---|
Page<T> |
moveTo(int pageNo) |
void |
setEntityDao(EntityDao entityDao)
Setter for the field
entityDao. |
getFirstPageNo, getMaxPageNo, getNextPageNo, getPageNo, getPageSize, getPreviousPageNo, getTotal, hasNext, hasPrevious, iterator, next, previous, setPageDataadd, add, addAll, addAll, clear, contains, containsAll, get, getItems, getPage, indexOf, isEmpty, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, setPage, size, subList, toArray, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, replaceAll, sort, spliteratorparallelStream, removeIf, streampublic QueryPage(LimitQuery<T> query, EntityDao entityDao)
Constructor for QueryPage.
query - a LimitQuery object.entityDao - a EntityDao object.public QueryPage(OqlBuilder<T> builder, EntityDao entityDao)
Constructor for QueryPage.
builder - a OqlBuilder object.entityDao - a EntityDao object.Copyright © 2005–2018 The Beangle Software. All rights reserved.