public abstract class AbstractDataSourceInitializer extends ObjectSE
DataSource
SE の初期化に使用される基本クラス。修飾子 | コンストラクターと説明 |
---|---|
protected | AbstractDataSourceInitializer(DataSourceSE dataSource, ResourceLoader resourceLoader) |
修飾子と型 | メソッドと説明 |
---|---|
protected void | customize(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, waitSE
protected AbstractDataSourceInitializer(DataSourceSE dataSource, ResourceLoader resourceLoader)
@PostConstructSE protected void initialize()
protected void customize(ResourceDatabasePopulator populator)
ResourceDatabasePopulator
をカスタマイズします。populator
- 構成されたデータベースポピュレータ protected abstract DataSourceInitializationMode getMode()
protected abstract StringSE getSchemaLocation()
protected StringSE getDatabaseName()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.