Package | Description |
---|---|
org.springframework.boot.autoconfigure.transaction |
Auto-configuration for transaction support.
|
Modifier and Type | Class and Description |
---|---|
class |
TransactionProperties
Configuration properties that can be applied to an
AbstractPlatformTransactionManager . |
Modifier and Type | Method and Description |
---|---|
TransactionManagerCustomizers |
TransactionAutoConfiguration.platformTransactionManagerCustomizers(ObjectProvider<PlatformTransactionManagerCustomizer<?>> customizers) |
Constructor and Description |
---|
TransactionManagerCustomizers(Collection<? extends PlatformTransactionManagerCustomizer<?>> customizers) |