Uses of Interface
io.ebean.PagedList
Packages that use PagedList
-
Uses of PagedList in io.ebean
Modifier and TypeMethodDescriptionstatic <B> PagedList
<B> PagedList.emptyList()
Return an empty PagedList.<T> PagedList
<T> DocumentStore.findPagedList
(DocQueryContext<T> request) Execute the query against the document store returning the paged list.ExpressionList.findPagedList()
Return a PagedList for this query using firstRow and maxRows.QueryBuilder.findPagedList()
Return a PagedList for this query using firstRow and maxRows.