Uses of Class
org.glassfish.osgijpa.dd.PersistenceUnitTransactionType

Packages that use PersistenceUnitTransactionType
org.glassfish.osgijpa.dd   
 

Uses of PersistenceUnitTransactionType in org.glassfish.osgijpa.dd
 

Fields in org.glassfish.osgijpa.dd declared as PersistenceUnitTransactionType
protected  PersistenceUnitTransactionType Persistence.PersistenceUnit.transactionType
           
 

Methods in org.glassfish.osgijpa.dd 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.glassfish.osgijpa.dd with parameters of type PersistenceUnitTransactionType
 void Persistence.PersistenceUnit.setTransactionType(PersistenceUnitTransactionType value)
          Sets the value of the transactionType property.
 



Copyright © 2011 GlassFish Community. All Rights Reserved.