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) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getDatabaseName() |
protected org.springframework.boot.jdbc.DataSourceInitializationMode |
getMode() |
protected java.lang.String |
getSchemaLocation() |
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.AbstractDataSourceInitializerprotected java.lang.String getSchemaLocation()
getSchemaLocation in class org.springframework.boot.jdbc.AbstractDataSourceInitializerprotected java.lang.String getDatabaseName()
getDatabaseName in class org.springframework.boot.jdbc.AbstractDataSourceInitializer