| Constructor and Description |
|---|
| org.springframework.transaction.interceptor.TransactionInterceptor(PlatformTransactionManager, Properties)
as of 5.2.5, in favor of
TransactionAspectSupport.setTransactionAttributes(Properties) |
| org.springframework.transaction.interceptor.TransactionInterceptor(PlatformTransactionManager, TransactionAttributeSource)
as of 5.2.5, in favor of
TransactionInterceptor(TransactionManager, TransactionAttributeSource) |