Uses of Class
org.eclipse.jpt.jpa.core.resource.persistence.v2_0.XmlPersistenceUnitCachingType_2_0

Packages that use XmlPersistenceUnitCachingType_2_0
org.eclipse.jpt.jpa.core.jpa2.context.persistence.options   
org.eclipse.jpt.jpa.core.resource.persistence   
org.eclipse.jpt.jpa.core.resource.persistence.v2_0   
 

Uses of XmlPersistenceUnitCachingType_2_0 in org.eclipse.jpt.jpa.core.jpa2.context.persistence.options
 

Methods in org.eclipse.jpt.jpa.core.jpa2.context.persistence.options that return XmlPersistenceUnitCachingType_2_0
static XmlPersistenceUnitCachingType_2_0 SharedCacheMode.toXmlResourceModel(SharedCacheMode sharedCacheMode)
           
 

Methods in org.eclipse.jpt.jpa.core.jpa2.context.persistence.options with parameters of type XmlPersistenceUnitCachingType_2_0
static SharedCacheMode SharedCacheMode.fromXmlResourceModel(XmlPersistenceUnitCachingType_2_0 sharedCacheMode)
           
 

Uses of XmlPersistenceUnitCachingType_2_0 in org.eclipse.jpt.jpa.core.resource.persistence
 

Methods in org.eclipse.jpt.jpa.core.resource.persistence that return XmlPersistenceUnitCachingType_2_0
 XmlPersistenceUnitCachingType_2_0 XmlPersistenceUnit.getSharedCacheMode()
          Returns the value of the 'Shared Cache Mode' attribute.
 

Methods in org.eclipse.jpt.jpa.core.resource.persistence with parameters of type XmlPersistenceUnitCachingType_2_0
 void XmlPersistenceUnit.setSharedCacheMode(XmlPersistenceUnitCachingType_2_0 newSharedCacheMode)
          Sets the value of the 'Shared Cache Mode' attribute.
 

Uses of XmlPersistenceUnitCachingType_2_0 in org.eclipse.jpt.jpa.core.resource.persistence.v2_0
 

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

Methods in org.eclipse.jpt.jpa.core.resource.persistence.v2_0 that return XmlPersistenceUnitCachingType_2_0
 XmlPersistenceUnitCachingType_2_0 PersistenceV2_0Factory.createXmlPersistenceUnitCachingType_2_0FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
static XmlPersistenceUnitCachingType_2_0 XmlPersistenceUnitCachingType_2_0.get(int value)
          Returns the 'Xml Persistence Unit Caching Type 20' literal with the specified integer value.
static XmlPersistenceUnitCachingType_2_0 XmlPersistenceUnitCachingType_2_0.get(java.lang.String literal)
          Returns the 'Xml Persistence Unit Caching Type 20' literal with the specified literal value.
static XmlPersistenceUnitCachingType_2_0 XmlPersistenceUnitCachingType_2_0.getByName(java.lang.String name)
          Returns the 'Xml Persistence Unit Caching Type 20' literal with the specified name.
 XmlPersistenceUnitCachingType_2_0 XmlPersistenceUnit_2_0.getSharedCacheMode()
          Returns the value of the 'Shared Cache Mode' attribute.
static XmlPersistenceUnitCachingType_2_0 XmlPersistenceUnitCachingType_2_0.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XmlPersistenceUnitCachingType_2_0[] XmlPersistenceUnitCachingType_2_0.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.jpt.jpa.core.resource.persistence.v2_0 with parameters of type XmlPersistenceUnitCachingType_2_0
 void XmlPersistenceUnit_2_0.setSharedCacheMode(XmlPersistenceUnitCachingType_2_0 value)
          Sets the value of the 'Shared Cache Mode' attribute.