@Configuration open class ProxyTransactionManagementConfiguration : AbstractTransactionManagementConfiguration
@Configuration class that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven transaction management.
Author
Chris Beams
Since
3.1
See Also
EnableTransactionManagementTransactionManagementConfigurationSelector
ProxyTransactionManagementConfiguration()
|
open fun transactionAdvisor(): BeanFactoryTransactionAttributeSourceAdvisor |
|
open fun transactionAttributeSource(): TransactionAttributeSource |
|
open fun transactionInterceptor(): TransactionInterceptor |