Interface Pager<I>
- Type Parameters:
I
- the item type of the page rows
public interface Pager<I>
Interface for pagination of database operations.
Use the static methods to instantiate a Pager instance for
the required operation.
-
Method Summary
-
Method Details
-
hasNext
boolean hasNext()Returnstrue
if there may be another page.- Returns:
false
if there are no more pages
-
getNext
-
getAll
-