Interface Paginator<T>
-
- All Known Implementing Classes:
LimitAndOffsetPaginator,LimitAndSinceDatePaginator
public interface Paginator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetTotal()java.util.List<T>select()
-
-
-
Method Detail
-
select
java.util.List<T> select()
-
getTotal
int getTotal()
-
-