public abstract class AbstractDataSourceInitializer extends ObjectSE
DataSourceSE の初期化に使用される基本クラス。| 修飾子 | コンストラクターと説明 |
|---|---|
protected | AbstractDataSourceInitializer(DataSourceSE dataSource, org.springframework.core.io.ResourceLoader resourceLoader) |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected void | customize(org.springframework.jdbc.datasource.init.ResourceDatabasePopulator populator)ResourceDatabasePopulator をカスタマイズします。 |
protected StringSE | getDatabaseName() |
protected abstract DataSourceInitializationMode | getMode() |
protected abstract StringSE | getSchemaLocation() |
protected void | initialize() |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEprotected AbstractDataSourceInitializer(DataSourceSE dataSource, org.springframework.core.io.ResourceLoader resourceLoader)
@PostConstructSE protected void initialize()
protected void customize(org.springframework.jdbc.datasource.init.ResourceDatabasePopulator populator)
ResourceDatabasePopulator をカスタマイズします。populator - 構成されたデータベースポピュレータ protected abstract DataSourceInitializationMode getMode()
protected abstract StringSE getSchemaLocation()
protected StringSE getDatabaseName()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.