Uses of Class
org.jboss.metadata.jpa.spec.TransactionType

Packages that use TransactionType
org.jboss.metadata.jpa.spec   
 

Uses of TransactionType in org.jboss.metadata.jpa.spec
 

Methods in org.jboss.metadata.jpa.spec that return TransactionType
 TransactionType PersistenceUnitMetaData.getTransactionType()
           
static TransactionType TransactionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransactionType[] TransactionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.metadata.jpa.spec with parameters of type TransactionType
 void PersistenceUnitMetaData.setTransactionType(TransactionType transactionType)
           
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.