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

Uses of Package org.springframework.transaction.annotation (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Package
org.springframework.transaction.annotation

Packages that use org.springframework.transaction.annotation
org.springframework.transaction.annotation JDK 1.5+ annotation for transaction demarcation. 
 

Classes in org.springframework.transaction.annotation used by org.springframework.transaction.annotation
Isolation
          Enumeration that represents transaction isolation levels for use with the JDK 1.5+ transaction annotation, corresponding to the TransactionDefinition interface.
Propagation
          Enumeration that represents transaction propagation behaviors for use with the JDK 1.5+ transaction annotation, corresponding to the TransactionDefinition interface.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.