Uses of Interface
io.ebean.Paging
Packages that use Paging
-
Uses of Paging in io.ebean
Modifier and TypeMethodDescriptionstatic PagingPaging.of(int pageIndex, int pageSize) Create a Paging that will use the id property for ordering.static PagingCreate a Paging with the given page index size and orderBy.static PagingCreate a Paging with a raw order by clause.static PagingPaging.ofNone()Return a Paging that will not apply any pagination to a query.Paging.withOrderBy(String orderByClause) Return a Paging using the given order by clause.Paging.withPage(int pageIndex) Return a Paging using the given page index.