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 @Configuration
classes annotated with @EnableTransactionManagement
that wish to or need to explicitly specify the defaultPlatformTransactionManager
bean 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@Configuration
class providing common structure for enabling Spring's annotation-driven transaction management capability.AnnotationTransactionAttributeSource Implementation of theTransactionAttributeSource
interface for working with transaction metadata in JDK 1.5+ annotation format.Ejb3TransactionAnnotationParser Strategy implementation for parsing EJB3'sTransactionAttribute
annotation.JtaTransactionAnnotationParser Strategy implementation for parsing JTA 1.2'sTransactional
annotation.ProxyTransactionManagementConfiguration @Configuration
class that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven transaction management.SpringTransactionAnnotationParser Strategy implementation for parsing Spring'sTransactional
annotation.TransactionManagementConfigurationSelector Selects which implementation ofAbstractTransactionManagementConfiguration
should be used based on the value ofEnableTransactionManagement.mode()
on the importing@Configuration
class. -
Enum Summary Enum Description Isolation Enumeration that represents transaction isolation levels for use with theTransactional
annotation, corresponding to theTransactionDefinition
interface.Propagation Enumeration that represents transaction propagation behaviors for use with theTransactional
annotation, corresponding to theTransactionDefinition
interface. -
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/ 本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。 |