Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitTransactionType

Packages that use PersistenceUnitTransactionType
org.hibernate.jpamodelgen.xml.jaxb   
 

Uses of PersistenceUnitTransactionType in org.hibernate.jpamodelgen.xml.jaxb
 

Fields in org.hibernate.jpamodelgen.xml.jaxb declared as PersistenceUnitTransactionType
protected  PersistenceUnitTransactionType Persistence.PersistenceUnit.transactionType
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return PersistenceUnitTransactionType
static PersistenceUnitTransactionType PersistenceUnitTransactionType.fromValue(java.lang.String v)
           
 PersistenceUnitTransactionType Persistence.PersistenceUnit.getTransactionType()
          Gets the value of the transactionType property.
static PersistenceUnitTransactionType PersistenceUnitTransactionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PersistenceUnitTransactionType[] PersistenceUnitTransactionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type PersistenceUnitTransactionType
 void Persistence.PersistenceUnit.setTransactionType(PersistenceUnitTransactionType value)
          Sets the value of the transactionType property.
 



Copyright © 2009-2010. All Rights Reserved.