Uses of Class
org.eclipse.jpt.core.resource.persistence.XmlPersistenceUnitTransactionType

Packages that use XmlPersistenceUnitTransactionType
org.eclipse.jpt.core.context.persistence   
org.eclipse.jpt.core.resource.persistence   
 

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

Methods in org.eclipse.jpt.core.context.persistence that return XmlPersistenceUnitTransactionType
static XmlPersistenceUnitTransactionType PersistenceUnitTransactionType.toXmlResourceModel(PersistenceUnitTransactionType transactionType)
           
 

Methods in org.eclipse.jpt.core.context.persistence with parameters of type XmlPersistenceUnitTransactionType
static PersistenceUnitTransactionType PersistenceUnitTransactionType.fromXmlResourceModel(XmlPersistenceUnitTransactionType transactionType)
           
 

Uses of XmlPersistenceUnitTransactionType in org.eclipse.jpt.core.resource.persistence
 

Fields in org.eclipse.jpt.core.resource.persistence with type parameters of type XmlPersistenceUnitTransactionType
static java.util.List<XmlPersistenceUnitTransactionType> XmlPersistenceUnitTransactionType.VALUES
          A public read-only list of all the 'Xml Persistence Unit Transaction Type' enumerators.
 

Methods in org.eclipse.jpt.core.resource.persistence that return XmlPersistenceUnitTransactionType
 XmlPersistenceUnitTransactionType PersistenceFactory.createXmlPersistenceUnitTransactionTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
static XmlPersistenceUnitTransactionType XmlPersistenceUnitTransactionType.get(int value)
          Returns the 'Xml Persistence Unit Transaction Type' literal with the specified integer value.
static XmlPersistenceUnitTransactionType XmlPersistenceUnitTransactionType.get(java.lang.String literal)
          Returns the 'Xml Persistence Unit Transaction Type' literal with the specified literal value.
static XmlPersistenceUnitTransactionType XmlPersistenceUnitTransactionType.getByName(java.lang.String name)
          Returns the 'Xml Persistence Unit Transaction Type' literal with the specified name.
 XmlPersistenceUnitTransactionType XmlPersistenceUnit.getTransactionType()
          Returns the value of the 'Transaction Type' attribute.
static XmlPersistenceUnitTransactionType XmlPersistenceUnitTransactionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XmlPersistenceUnitTransactionType[] XmlPersistenceUnitTransactionType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.jpt.core.resource.persistence with parameters of type XmlPersistenceUnitTransactionType
 void XmlPersistenceUnit.setTransactionType(XmlPersistenceUnitTransactionType newTransactionType)
          Sets the value of the 'Transaction Type' attribute.