Uses of Interface
org.miaixz.bus.pager.dialect.AutoDialect
Packages that use AutoDialect
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.
-
Uses of AutoDialect in org.miaixz.bus.pager.binding
Method parameters in org.miaixz.bus.pager.binding with type arguments of type AutoDialectModifier and TypeMethodDescriptionstatic voidPageAutoDialect.registerAutoDialectAlias(String alias, Class<? extends AutoDialect> autoDialectClass) Registers an auto-dialect alias with its corresponding implementation class. -
Uses of AutoDialect in org.miaixz.bus.pager.dialect
Classes in org.miaixz.bus.pager.dialect that implement AutoDialectModifier and TypeClassDescriptionclassAbstractAutoDialect<Ds extends DataSource>Abstract base class for auto-detecting database dialects from aDataSource. -
Uses of AutoDialect in org.miaixz.bus.pager.dialect.auto
Classes in org.miaixz.bus.pager.dialect.auto that implement AutoDialectModifier and TypeClassDescriptionclassDefault auto-dialect implementation that iterates through all registeredAbstractAutoDialectimplementations to find a matching one.classAuto-dialect implementation for Druid data sources.classEarly version default implementation for auto-detecting database dialects.classAuto-dialect implementation for HikariCP data sources.Fields in org.miaixz.bus.pager.dialect.auto declared as AutoDialectModifier and TypeFieldDescriptionstatic final AutoDialect<String> Early.DEFAULTDefault instance of the Early auto-dialect.