Uses of Class
net.sourceforge.jpaxjc.ns.persistence.PersistenceUnitTransactionType

Packages that use PersistenceUnitTransactionType
net.sourceforge.jpaxjc.ns.persistence This package contains JAXB 2.1 classes for the http://java.sun.com/xml/ns/persistence namespace. 
 

Uses of PersistenceUnitTransactionType in net.sourceforge.jpaxjc.ns.persistence
 

Fields in net.sourceforge.jpaxjc.ns.persistence declared as PersistenceUnitTransactionType
protected  PersistenceUnitTransactionType Persistence.PersistenceUnit.transactionType
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence that return PersistenceUnitTransactionType
static PersistenceUnitTransactionType PersistenceUnitTransactionType.fromValue(String v)
           
 PersistenceUnitTransactionType Persistence.PersistenceUnit.getTransactionType()
          Gets the value of the transactionType property.
static PersistenceUnitTransactionType PersistenceUnitTransactionType.valueOf(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 net.sourceforge.jpaxjc.ns.persistence with parameters of type PersistenceUnitTransactionType
 void Persistence.PersistenceUnit.setTransactionType(PersistenceUnitTransactionType value)
          Sets the value of the transactionType property.
 



Copyright © 2009-2010 The JPA-XJC Community. All Rights Reserved.