Uses of Enum Class
org.springframework.boot.autoconfigure.data.jdbc.JdbcDatabaseDialect
Package
Description
Auto-configuration for Spring Data JDBC.
-
Uses of JdbcDatabaseDialect in org.springframework.boot.autoconfigure.data.jdbc
Modifier 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.Modifier and TypeMethodDescriptionvoid
JdbcDataProperties.setDialect
(JdbcDatabaseDialect dialect)