Uses of Enum Class
org.springframework.boot.data.jdbc.autoconfigure.DataJdbcDatabaseDialect
Packages that use DataJdbcDatabaseDialect
Package
Description
Auto-configuration for Spring Data JDBC.
-
Uses of DataJdbcDatabaseDialect in org.springframework.boot.data.jdbc.autoconfigure
Subclasses with type arguments of type DataJdbcDatabaseDialect in org.springframework.boot.data.jdbc.autoconfigureModifier and TypeClassDescriptionenumList of database dialects that can be configured in Boot for use with Spring Data JDBC.Methods in org.springframework.boot.data.jdbc.autoconfigure that return DataJdbcDatabaseDialectModifier and TypeMethodDescription@Nullable DataJdbcDatabaseDialectDataJdbcProperties.getDialect()static DataJdbcDatabaseDialectReturns the enum constant of this class with the specified name.static DataJdbcDatabaseDialect[]DataJdbcDatabaseDialect.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.data.jdbc.autoconfigure with parameters of type DataJdbcDatabaseDialectModifier and TypeMethodDescriptionvoidDataJdbcProperties.setDialect(@Nullable DataJdbcDatabaseDialect dialect)