Uses of Class
cuba.annotation.TransactionAttributeType

Packages that use TransactionAttributeType
cuba.annotation Here you find the cuba-annotation-tag definition. 
cuba.util.ddgen.tokens This package handles a single component-, resource- enviromententry or reference. 
 

Uses of TransactionAttributeType in cuba.annotation
 

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

Uses of TransactionAttributeType in cuba.util.ddgen.tokens
 

Methods in cuba.util.ddgen.tokens that return TransactionAttributeType
protected  TransactionAttributeType ComponentAnnotationReader.processTransactionManagement(java.lang.Class compClass, CUBAComponent componentObject)
           
 

Methods in cuba.util.ddgen.tokens with parameters of type TransactionAttributeType
protected  void ComponentAnnotationReader.processTransactionAttributes(java.lang.Class compClass, TransactionAttributeType defaultAttrType, CUBAComponent componentObject)