Module bus.pager

Interface AutoDialect<K>

Type Parameters:
K - the type of the cache key used for storing dialect instances
All Known Implementing Classes:
AbstractAutoDialect, Defalut, Druid, Early, Hikari

public interface AutoDialect<K>
Interface for automatically obtaining a database dialect. Implementations of this interface are responsible for determining the appropriate dialect based on the provided MappedStatement, DataSource, and properties.
Since:
Java 17+
Author:
Kimi Liu