Uses of Package
org.miaixz.bus.pager
Packages that use org.miaixz.bus.pager
Package
Description
Provides core classes for MyBatis pagination plugin.
Provides internal handling for pagination, including parameter binding and MappedStatement management.
Provides interfaces and abstract classes for database pagination dialects.
Provides base implementations for various database pagination dialects.
Provides implementations for handling pagination based on MyBatis
RowBounds.Provides various handlers for the pagination plugin, including tenant, permission, and SQL parsing handlers.
-
Classes in org.miaixz.bus.pager used by org.miaixz.bus.pagerClassDescriptionDatabase dialect interface for different database implementations.MyBatis paging object, supporting paginated queries and result set management.Wraps the
Pageresult, adding pagination-related properties to support navigation and page information display.Paging interface for defining common paging parameters.Interface for executing a paginated query.Paging information class used to store the result set and total number of records for a paginated query. -
Classes in org.miaixz.bus.pager used by org.miaixz.bus.pager.binding
-
Classes in org.miaixz.bus.pager used by org.miaixz.bus.pager.dialect
-
Classes in org.miaixz.bus.pager used by org.miaixz.bus.pager.dialect.base
-
Classes in org.miaixz.bus.pager used by org.miaixz.bus.pager.dialect.rowbounds
-
Classes in org.miaixz.bus.pager used by org.miaixz.bus.pager.handler