public class QuartzDataSourceInitializer
extends org.springframework.boot.jdbc.AbstractDataSourceInitializer
| Constructor and Description |
|---|
QuartzDataSourceInitializer(javax.sql.DataSource dataSource,
org.springframework.core.io.ResourceLoader resourceLoader,
QuartzProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
customize(org.springframework.jdbc.datasource.init.ResourceDatabasePopulator populator) |
protected java.lang.String |
getDatabaseName() |
protected org.springframework.boot.jdbc.DataSourceInitializationMode |
getMode() |
protected java.lang.String |
getSchemaLocation() |
public QuartzDataSourceInitializer(javax.sql.DataSource dataSource,
org.springframework.core.io.ResourceLoader resourceLoader,
QuartzProperties properties)
protected void customize(org.springframework.jdbc.datasource.init.ResourceDatabasePopulator populator)
customize in class org.springframework.boot.jdbc.AbstractDataSourceInitializerprotected 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