Interface Paginator<T>

All Known Implementing Classes:
LimitAndOffsetPaginator, LimitAndSinceDatePaginator

public interface Paginator<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
     
  • Method Details

    • select

      List<T> select()
    • getTotal

      int getTotal()