Uses of Class
org.miaixz.bus.pager.dialect.AbstractPaging
Packages that use AbstractPaging
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.
-
Uses of AbstractPaging in org.miaixz.bus.pager.binding
Methods in org.miaixz.bus.pager.binding that return AbstractPagingModifier and TypeMethodDescriptionPageAutoDialect.autoGetDialect(org.apache.ibatis.mapping.MappedStatement ms) Automatically retrieves the pagination dialect implementation based on the MappedStatement and DataSource.PageAutoDialect.getDelegate()Retrieves the current dialect delegate.PageAutoDialect.getDialectThreadLocal()Retrieves the thread-local dialect instance.static AbstractPagingPageAutoDialect.instanceDialect(String dialectClass, Properties properties) Instantiates a dialect object from its class name or alias.Methods in org.miaixz.bus.pager.binding with parameters of type AbstractPagingModifier and TypeMethodDescriptionvoidPageAutoDialect.setDialectThreadLocal(AbstractPaging delegate) Sets the thread-local dialect instance. -
Uses of AbstractPaging in org.miaixz.bus.pager.dialect
Methods in org.miaixz.bus.pager.dialect that return AbstractPagingModifier and TypeMethodDescriptionAbstractAutoDialect.extractDialect(String dialectKey, org.apache.ibatis.mapping.MappedStatement ms, DataSource dataSource, Properties properties) Extracts and returns the appropriateAbstractPagingdialect based on the dialect key (JDBC URL).AutoDialect.extractDialect(K dialectKey, org.apache.ibatis.mapping.MappedStatement ms, DataSource dataSource, Properties properties) Extracts and returns the appropriateAbstractPagingdialect. -
Uses of AbstractPaging in org.miaixz.bus.pager.dialect.auto
Methods in org.miaixz.bus.pager.dialect.auto that return AbstractPagingModifier and TypeMethodDescriptionDefalut.extractDialect(String dialectKey, org.apache.ibatis.mapping.MappedStatement ms, DataSource dataSource, Properties properties) Extracts and returns the appropriateAbstractPagingdialect based on the dialect key.Early.extractDialect(String dialectKey, org.apache.ibatis.mapping.MappedStatement ms, DataSource dataSource, Properties properties) Extracts and returns the appropriateAbstractPagingdialect based on the extracted JDBC URL. -
Uses of AbstractPaging in org.miaixz.bus.pager.dialect.base
Subclasses of AbstractPaging in org.miaixz.bus.pager.dialect.baseModifier and TypeClassDescriptionclassDatabase dialect for AS400.classDatabase dialect for CirroData.classDatabase dialect for DB2.classDatabase dialect for Firebird SQL.classDatabase dialect for HerdDB.classDatabase dialect for Hsqldb.classDatabase dialect for Informix.classDatabase dialect for MySQL.classDatabase dialect for Oracle.classDatabase dialect for Oracle 9i.classDatabase dialect for Oscar.classDatabase dialect for PostgreSQL.classDatabase dialect for SQL Server.classDatabase dialect for SQL Server 2012 and later versions.classDatabase dialect for Xugudb.