Uses of Interface
io.ebean.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.<T> PagedList<T>
ExtendedServer.findPagedList
(Query<T> query, Transaction transaction) Return a PagedList for this query using firstRow and maxRows.Query.findPagedList()
Return a PagedList for this query using firstRow and maxRows.