Uses of Interface
org.springframework.data.jdbc.core.dialect.JdbcDialect
Packages that use JdbcDialect
Package
Description
JDBC-specific Dialect implementations.
-
Uses of JdbcDialect in org.springframework.data.jdbc.core.dialect
Classes in org.springframework.data.jdbc.core.dialect that implement JdbcDialectModifier and TypeClassDescriptionclassDb2Dialectthat registers JDBC specific converters.classJDBC-specific H2 Dialect.classJDBC-specific HsqlDB Dialect.classJDBC-specific MariaDb Dialect.classMySqlDialectthat registers JDBC specific converters.classJDBC-specific Oracle Dialect.classJDBC specific Postgres Dialect.classSqlServerDialectthat registers JDBC specific converters.Methods in org.springframework.data.jdbc.core.dialect that return JdbcDialectModifier and TypeMethodDescriptionstatic JdbcDialectDialectResolver.getDialect(JdbcOperations operations) Retrieve aDialectby inspecting aConnection. -
Uses of JdbcDialect in org.springframework.data.jdbc.repository.config
Methods in org.springframework.data.jdbc.repository.config that return JdbcDialectModifier and TypeMethodDescriptionstatic JdbcDialectDialectResolver.getDialect(JdbcOperations operations) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve aDialectby inspecting aConnection.