Module bus.pager
Package org.miaixz.bus.pager.binding
package org.miaixz.bus.pager.binding
Provides internal handling for pagination, including parameter binding and MappedStatement management.
- Since:
- Java 17+
- Author:
- Kimi Liu
-
ClassDescriptionUtility class for executing count queries in MyBatis pagination.Utility class for creating new
MappedStatementobjects, primarily for count queries.Builds the ID for the count method corresponding to the current query.Provides a compatibility layer for accessing MyBatis'sMetaObject.forObjectmethod across different MyBatis versions.Provides a cached reflection mechanism to improve reflection performance.Provides automatic identification and configuration of database pagination dialects.Provides basic pagination methods for configuring and managing MyBatis paginated queries.Utility class for handling pagination parameter objects.Configuration class for pagination parameters, responsible for managing and parsing pagination-related parameters.