Class DialectResolver

java.lang.Object
org.springframework.data.jdbc.dialect.DialectResolver

@Deprecated(since="3.5", forRemoval=true) public class DialectResolver extends Object
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.
Resolves a Dialect. Resolution typically uses JdbcOperations to obtain and inspect a Connection. Dialect resolution uses Spring's spring.factories to determine available extensions.
Since:
2.0
Author:
Jens Schauder, Mikhail Polivakha
See Also: