java.lang.Object
io.ebeaninternal.server.query.LimitOffsetPagedList<T>
- All Implemented Interfaces:
PagedList<T>
PagedList implementation based on limit offset types of queries.
-
Constructor Summary
ConstructorsConstructorDescriptionLimitOffsetPagedList(SpiEbeanServer server, SpiQuery<T> query) Construct with firstRow/maxRows. -
Method Summary
-
Constructor Details
-
LimitOffsetPagedList
Construct with firstRow/maxRows.
-
-
Method Details
-
loadCount
public void loadCount() -
getFutureCount
- Specified by:
getFutureCountin interfacePagedList<T>
-
getList
-
getPageIndex
public int getPageIndex()- Specified by:
getPageIndexin interfacePagedList<T>
-
getTotalPageCount
public int getTotalPageCount()- Specified by:
getTotalPageCountin interfacePagedList<T>
-
getTotalCount
public int getTotalCount()- Specified by:
getTotalCountin interfacePagedList<T>
-
hasNext
public boolean hasNext() -
hasPrev
public boolean hasPrev() -
getPageSize
public int getPageSize()- Specified by:
getPageSizein interfacePagedList<T>
-
getDisplayXtoYofZ
- Specified by:
getDisplayXtoYofZin interfacePagedList<T>
-