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

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


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 TransactionAttributeSource 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.
 



Copyright (c) 2002-2007 The Spring Framework Project.