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.ExpressionList.findPagedList()
Return a PagedList for this query using firstRow and maxRows.QueryBuilder.findPagedList()
Return a PagedList for this query using firstRow and maxRows.