| ylbtech-Java-API-Package:org.springframwork.transaction.annotation |
| 1.返回顶部 |
1、
Package org.springframework.transaction.annotation
Spring's support for annotation-based transaction demarcation.
See: Description
-
Interface Summary Interface Description TransactionAnnotationParser Strategy interface for parsing known transaction annotation types.TransactionManagementConfigurer Interface to be implemented by @Configurationclasses annotated with @EnableTransactionManagementthat wish to or need to explicitly specify the defaultPlatformTransactionManagerbean to be used for annotation-driven transaction management, as opposed to the default approach of a by-type lookup. -
Class Summary Class Description AbstractTransactionManagementConfiguration Abstract base@Configurationclass providing common structure for enabling Spring's annotation-driven transaction management capability.AnnotationTransactionAttributeSource Implementation of theTransactionAttributeSourceinterface for working with transaction metadata in JDK 1.5+ annotation format.Ejb3TransactionAnnotationParser Strategy implementation for parsing EJB3'sTransactionAttributeannotation.JtaTransactionAnnotationParser Strategy implementation for parsing JTA 1.2'sTransactionalannotation.ProxyTransactionManagementConfiguration @Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven transaction management.SpringTransactionAnnotationParser Strategy implementation for parsing Spring'sTransactionalannotation.TransactionManagementConfigurationSelector Selects which implementation ofAbstractTransactionManagementConfigurationshould be used based on the value ofEnableTransactionManagement.mode()on the importing@Configurationclass. -
Enum Summary Enum Description Isolation Enumeration that represents transaction isolation levels for use with theTransactionalannotation, corresponding to theTransactionDefinitioninterface.Propagation Enumeration that represents transaction propagation behaviors for use with theTransactionalannotation, corresponding to theTransactionDefinitioninterface. -
Annotation Types Summary Annotation Type Description EnableTransactionManagement Enables Spring's annotation-driven transaction management capability, similar to the support found in Spring's<tx:*>XML namespace.Transactional Describes a transaction attribute on an individual method or on a class.
Package org.springframework.transaction.annotation Description
Spring's support for annotation-based transaction demarcation. Hooked into Spring's transaction interception infrastructure via a special TransactionAttributeSource implementation.
2、
| 2.返回顶部 |
| 3.返回顶部 |
| 4.返回顶部 |
| 5.返回顶部 |
0、
1、
| 6.返回顶部 |
| 作者:ylbtech 出处:http://ylbtech.cnblogs.com/ 本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。 |