站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.2.0 patch1 API 英文版文档

Uses of Class org.jboss.seam.annotations.TransactionPropagationType (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


Uses of Class
org.jboss.seam.annotations.TransactionPropagationType

Packages that use TransactionPropagationType
org.jboss.seam.annotations   
 

Uses of TransactionPropagationType in org.jboss.seam.annotations
 

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