Package org.springframework.transaction.config

Support package for declarative transaction configuration, with XML schema being the primary configuration format.

See:
          Description

Class Summary
AnnotationDrivenBeanDefinitionParser BeanDefinitionParser implementation that allows users to easily configure all the infrastructure beans required to enable annotation-driven transaction demarcation.
AnnotationDrivenBeanDefinitionParser.AopAutoProxyConfigurer Inner class to just introduce an AOP framework dependency when actually in proxy mode.
JtaTransactionManagerBeanDefinitionParser Parser for the <tx:jta-transaction-manager/> element, autodetecting BEA WebLogic, IBM WebSphere and Oracle OC4J.
TransactionManagementConfigUtils  
TxAdviceBeanDefinitionParser BeanDefinitionParser for the <tx:advice/> tag.
TxNamespaceHandler NamespaceHandler allowing for the configuration of declarative transaction management using either XML or using annotations.
 

Package org.springframework.transaction.config Description

Support package for declarative transaction configuration, with XML schema being the primary configuration format.