Class Pagination

  • All Implemented Interfaces:

    
    public final class Pagination
    
                        

    Pagination class for building and parsing pagination strings for JPA or SQL queries. The pagination string format is <code>"$page:pageValue$size:sizeValue</code> where <code>pageValue</code> and <code>sizeValue</code> are positive integers. Pagination starts at 1.