Module bus.pager

Package org.miaixz.bus.pager


package org.miaixz.bus.pager
Provides core classes for MyBatis pagination plugin. This package includes interfaces and classes for handling pagination logic, such as Page, Paginating, and Dialect.
Since:
Java 17+
Author:
Kimi Liu
  • Class
    Description
    Utility class for common operations related to pagination, such as SQL parsing and instance creation.
    Database dialect interface for different database implementations.
    Page<E>
    MyBatis paging object, supporting paginated queries and result set management.
    Mybatis - Universal Paging Interceptor.
    Base class for pagination parameters.
    Wraps the Page result, adding pagination-related properties to support navigation and page information display.
    Paging interface for defining common paging parameters.
    Paging configuration interface.
    Interface for executing a paginated query.
    Extends MyBatis's RowBounds to add pagination result information, such as total records and whether to perform a count query.
    Paging information class used to store the result set and total number of records for a paginated query.