Uses of Enum Class
org.springframework.boot.jdbc.SchemaManagement
-
Uses of SchemaManagement in org.springframework.boot.jdbc
Modifier 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.