程序包 org.springframework.transaction.config
Support package for declarative transaction configuration, with XML schema being the primary configuration format.
类概要 类 说明 JtaTransactionManagerBeanDefinitionParser Parser for the <tx:jta-transaction-manager/> XML configuration element, autodetecting WebLogic and WebSphere servers and exposing the correspondingJtaTransactionManagersubclass.JtaTransactionManagerFactoryBean AFactoryBeanequivalent to the <tx:jta-transaction-manager/> XML element, autodetecting WebLogic and WebSphere servers and exposing the correspondingJtaTransactionManagersubclass.TransactionManagementConfigUtils Configuration constants for internal sharing across subpackages.TxNamespaceHandler NamespaceHandlerallowing for the configuration of declarative transaction management using either XML or using annotations.