Uses of Interface
io.ebean.PagedList
-
Packages that use PagedList Package Description io.ebean -
-
Uses of PagedList in io.ebean
Classes in io.ebean that implement PagedList Modifier and Type Class Description classEmptyPagedList<T>An empty PagedList.Methods in io.ebean that return PagedList Modifier and Type Method Description static <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.PagedList<T>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.PagedList<T>Query. findPagedList()Return a PagedList for this query using firstRow and maxRows.
-