站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource

Packages that use AbstractFallbackTransactionAttributeSource
org.springframework.transaction.annotation JDK 1.5+ annotation for transaction demarcation. 
org.springframework.transaction.interceptor AOP-based solution for declarative transaction demarcation. 
 

Uses of AbstractFallbackTransactionAttributeSource in org.springframework.transaction.annotation
 

Subclasses of AbstractFallbackTransactionAttributeSource in org.springframework.transaction.annotation
 class AnnotationTransactionAttributeSource
          Implementation of the TransactionAttributeSource interface for working with transaction metadata in JDK 1.5+ annotation format.
 

Uses of AbstractFallbackTransactionAttributeSource in org.springframework.transaction.interceptor
 

Subclasses of AbstractFallbackTransactionAttributeSource in org.springframework.transaction.interceptor
 class AttributesTransactionAttributeSource
          Implementation of the TransactionAttributeSource interface that reads metadata via Spring's Attributes abstraction.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.