Uses of Class
org.eclipse.jpt.core.context.persistence.PersistenceUnitTransactionType

Packages that use PersistenceUnitTransactionType
org.eclipse.jpt.core.context.persistence   
 

Uses of PersistenceUnitTransactionType in org.eclipse.jpt.core.context.persistence
 

Methods in org.eclipse.jpt.core.context.persistence that return PersistenceUnitTransactionType
static PersistenceUnitTransactionType PersistenceUnitTransactionType.fromXmlResourceModel(XmlPersistenceUnitTransactionType transactionType)
           
 PersistenceUnitTransactionType PersistenceUnit.getDefaultTransactionType()
          Return the persistence unit's default transaction type.
 PersistenceUnitTransactionType PersistenceUnit.getSpecifiedTransactionType()
          Return the persistence unit's specified transaction type.
 PersistenceUnitTransactionType PersistenceUnit.getTransactionType()
          Return the persistence unit's transaction type, whether specified or defaulted.
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're declared.
 

Methods in org.eclipse.jpt.core.context.persistence with parameters of type PersistenceUnitTransactionType
 void PersistenceUnit.setSpecifiedTransactionType(PersistenceUnitTransactionType transactionType)
          Set the persistence unit's specified transaction type.
static XmlPersistenceUnitTransactionType PersistenceUnitTransactionType.toXmlResourceModel(PersistenceUnitTransactionType transactionType)