Uses of Interface
io.ebean.PagedList
Packages that use PagedList
-
Uses of PagedList in io.ebean
Modifier and TypeClassDescriptionfinal classDeprecated, for removal: This API element is subject to removal in a future version.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.
emptyList()only.