Package | Description |
---|---|
com.edorasware.api.config.persistence |
Customization for the persistence layer configuration.
|
Modifier and Type | Method and Description |
---|---|
PersistenceConfigurationBuilder |
PersistenceConfigurationBuilder.dataSource(DataSource dataSource)
Configures the data source to be used for normal operation.
|
PersistenceConfigurationBuilder |
PersistenceConfigurationBuilder.schemaManipulationDataSource(DataSource dataSource)
Configures the data source to be used for schema manipulation.
|
PersistenceConfigurationBuilder |
PersistenceConfigurationBuilder.schemaManipulationTransactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)
Configures the transaction manager to be used for schema manipulation.
|
PersistenceConfigurationBuilder |
PersistenceConfigurationBuilder.transactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)
Configures the transaction manager to be used for normal operation.
|
Copyright © 2010 - 2017 edorasware ag. All Rights Reserved.