public interface PersistenceConfigurationBuilder extends ConfigurationBuilder
Configuration customizations for the persistence layer.
| Modifier and Type | Method and Description |
|---|---|
PersistenceConfigurationBuilder |
dataSource(DataSource dataSource)
Configures the data source to be used for normal operation.
|
PersistenceConfigurationBuilder |
schemaManipulationDataSource(DataSource dataSource)
Configures the data source to be used for schema manipulation.
|
PersistenceConfigurationBuilder |
schemaManipulationTransactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)
Configures the transaction manager to be used for schema manipulation.
|
PersistenceConfigurationBuilder |
transactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)
Configures the transaction manager to be used for normal operation.
|
PersistenceConfigurationBuilder dataSource(DataSource dataSource)
Configures the data source to be used for normal operation.
dataSource - a DataSourcePersistenceConfigurationBuilder schemaManipulationDataSource(DataSource dataSource)
Configures the data source to be used for schema manipulation.
dataSource - a DataSourcePersistenceConfigurationBuilder transactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)
Configures the transaction manager to be used for normal operation.
transactionManager - a PlatformTransactionManagerPersistenceConfigurationBuilder schemaManipulationTransactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)
Configures the transaction manager to be used for schema manipulation.
transactionManager - a PlatformTransactionManagerCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.