Uses of Package
org.miaixz.bus.pager.dialect

Package
Description
Provides internal handling for pagination, including parameter binding and MappedStatement management.
Provides interfaces and abstract classes for database pagination dialects.
Provides automatic dialect detection implementations for the pagination plugin.
Provides base implementations for various database pagination dialects.
Provides implementations for replacing and restoring SQL parts, particularly for handling `with(nolock)` clauses.
Provides implementations for handling pagination based on MyBatis RowBounds.