BatchDataSourceScriptDatabaseInitializer
@Deprecated
public class BatchDataSourceInitializer
extends org.springframework.boot.jdbc.AbstractDataSourceInitializer
Constructor and Description |
---|
BatchDataSourceInitializer(javax.sql.DataSource dataSource,
org.springframework.core.io.ResourceLoader resourceLoader,
BatchProperties properties)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getDatabaseName()
Deprecated.
|
protected org.springframework.boot.jdbc.DataSourceInitializationMode |
getMode()
Deprecated.
|
protected java.lang.String |
getSchemaLocation()
Deprecated.
|
public BatchDataSourceInitializer(javax.sql.DataSource dataSource, org.springframework.core.io.ResourceLoader resourceLoader, BatchProperties properties)
protected org.springframework.boot.jdbc.DataSourceInitializationMode getMode()
getMode
in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
protected java.lang.String getSchemaLocation()
getSchemaLocation
in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
protected java.lang.String getDatabaseName()
getDatabaseName
in class org.springframework.boot.jdbc.AbstractDataSourceInitializer