org.springframework.transaction.config |
Support package for declarative transaction configuration,
with XML schema being the primary configuration format.
|
Java Source File Name | Type | Comment |
AnnotationDrivenBeanDefinitionParser.java | Class | org.springframework.beans.factory.xml.BeanDefinitionParser implementation that allows users to easily configure all the infrastructure
beans required to enable annotation-driven transaction demarcation.
By default, all proxies are created as JDK proxies. |
TxAdviceBeanDefinitionParser.java | Class | org.springframework.beans.factory.xml.BeanDefinitionParser for the <tx:advice> tag. |
TxNamespaceHandler.java | Class | NamespaceHandler allowing for the configuration of
declarative transaction management using either XML or using annotations. |
TxNamespaceUtils.java | Class | |