Interface DialectResolver.JdbcDialectProvider

All Superinterfaces:
DialectResolver.JdbcDialectProvider
All Known Implementing Classes:
DialectResolver.DefaultDialectProvider
Enclosing class:
DialectResolver

@Deprecated(since="3.5", forRemoval=true) public static interface DialectResolver.JdbcDialectProvider extends DialectResolver.JdbcDialectProvider
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.5, replacement DialectResolver was moved to the org.springframework.data.jdbc.core.dialect package.
SPI to extend Spring's default JDBC Dialect discovery mechanism. Implementations of this interface are discovered through Spring's SpringFactoriesLoader mechanism.
Since:
2.0
Author:
Jens Schauder
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns a Dialect for a DataSource.