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

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

The Spring Framework

Uses of Class
org.springframework.transaction.annotation.Propagation

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

Uses of Propagation in org.springframework.transaction.annotation
 

Methods in org.springframework.transaction.annotation that return Propagation
static Propagation Propagation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Propagation[] Propagation.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.