Interface ITransactionManagerResolver
- All Known Implementing Classes:
ITransactionManagerResolver.DefaultTransactionManagerResolver
public interface ITransactionManagerResolver
Resolve the name of the transaction manager to be used.
See @ITransactionManagerResolver.DefaultTransactionManagerResolver for default implementation, which will resolve
transaction manager using @Transactional annotation
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classDefault transaction manager is "default". -
Method Summary
Modifier and TypeMethodDescriptionresolveTransactionManager(org.springframework.transaction.annotation.Transactional transactional) Provides the name of the transaction resolver
-
Method Details
-
resolveTransactionManager
String resolveTransactionManager(org.springframework.transaction.annotation.Transactional transactional) Provides the name of the transaction resolver
-