Uses of Enum Class
org.springframework.boot.autoconfigure.data.jdbc.JdbcDatabaseDialect
Packages that use JdbcDatabaseDialect
Package
Description
Auto-configuration for Spring Data JDBC.
-
Uses of JdbcDatabaseDialect in org.springframework.boot.autoconfigure.data.jdbc
Methods in org.springframework.boot.autoconfigure.data.jdbc that return JdbcDatabaseDialectModifier and TypeMethodDescriptionJdbcDataProperties.getDialect()
static JdbcDatabaseDialect
Returns the enum constant of this class with the specified name.static JdbcDatabaseDialect[]
JdbcDatabaseDialect.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.autoconfigure.data.jdbc with parameters of type JdbcDatabaseDialectModifier and TypeMethodDescriptionvoid
JdbcDataProperties.setDialect
(JdbcDatabaseDialect dialect)