Uses of Enum Class
org.springframework.boot.jdbc.SchemaManagement
Packages that use SchemaManagement
-
Uses of SchemaManagement in org.springframework.boot.jdbc
Subclasses with type arguments of type SchemaManagement in org.springframework.boot.jdbcModifier and TypeClassDescriptionenum
An enumeration of the available schema management options.Methods in org.springframework.boot.jdbc that return SchemaManagementModifier and TypeMethodDescriptionSchemaManagementProvider.getSchemaManagement
(DataSource dataSource) Return theSchemaManagement
for the specifiedDataSource
.static SchemaManagement
Returns the enum constant of this class with the specified name.static SchemaManagement[]
SchemaManagement.values()
Returns an array containing the constants of this enum class, in the order they are declared.