Package org.teiid.spring.autoconfigure
Class MultiDataSourceTransactionManagement
- java.lang.Object
-
- org.teiid.spring.autoconfigure.MultiDataSourceTransactionManagement
-
- All Implemented Interfaces:
org.springframework.transaction.annotation.TransactionManagementConfigurer
@Configuration @EnableTransactionManagement public class MultiDataSourceTransactionManagement extends Object implements org.springframework.transaction.annotation.TransactionManagementConfigurer
-
-
Constructor Summary
Constructors Constructor Description MultiDataSourceTransactionManagement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.transaction.PlatformTransactionManager
annotationDrivenTransactionManager()
org.springframework.transaction.PlatformTransactionManager
platformTransactionManager()
-
-
-
Method Detail
-
platformTransactionManager
@Bean @Primary public org.springframework.transaction.PlatformTransactionManager platformTransactionManager()
-
annotationDrivenTransactionManager
public org.springframework.transaction.PlatformTransactionManager annotationDrivenTransactionManager()
- Specified by:
annotationDrivenTransactionManager
in interfaceorg.springframework.transaction.annotation.TransactionManagementConfigurer
-
-