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

Packages that use TransactionPropagationType
org.jboss.seam.annotations Annotations for defining Seam components. 
 

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.