Uses of Package
org.miaixz.bus.pager.parsing
Packages that use org.miaixz.bus.pager.parsing
Package
Description
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 SQL parsing and conversion utilities for the pagination plugin.
-
Classes in org.miaixz.bus.pager.parsing used by org.miaixz.bus.pager.dialectClassDescriptionSQL parsing interface for generating more intelligent count queries.Interface for handling Order by clauses in SQL statements.
-
Classes in org.miaixz.bus.pager.parsing used by org.miaixz.bus.pager.dialect.baseClassDescriptionInterface for parsing and converting SQL for SQL Server pagination.
-
Classes in org.miaixz.bus.pager.parsing used by org.miaixz.bus.pager.dialect.rowboundsClassDescriptionInterface for parsing and converting SQL for SQL Server pagination.
-
Classes in org.miaixz.bus.pager.parsing used by org.miaixz.bus.pager.parsingClassDescriptionSQL parsing interface for generating more intelligent count queries.Interface for handling Order by clauses in SQL statements.Custom SQL parser interface to control whether a single thread pool is used and whether timeout control is supported.Interface for parsing and converting SQL for SQL Server pagination.