JdbcSessionDataSourceScriptDatabaseInitializer@Deprecated
public class JdbcSessionDataSourceInitializer
extends org.springframework.boot.jdbc.AbstractDataSourceInitializer
| Constructor and Description |
|---|
JdbcSessionDataSourceInitializer(javax.sql.DataSource dataSource,
org.springframework.core.io.ResourceLoader resourceLoader,
JdbcSessionProperties 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 JdbcSessionDataSourceInitializer(javax.sql.DataSource dataSource,
org.springframework.core.io.ResourceLoader resourceLoader,
JdbcSessionProperties 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