Uses of Class
org.eclipse.jpt.jpa.core.jpa2.context.persistence.options.SharedCacheMode

Packages that use SharedCacheMode
org.eclipse.jpt.jpa.core.jpa2.context.persistence   
org.eclipse.jpt.jpa.core.jpa2.context.persistence.options   
org.eclipse.jpt.jpa.eclipselink.core.context.persistence   
 

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

Methods in org.eclipse.jpt.jpa.core.jpa2.context.persistence that return SharedCacheMode
 SharedCacheMode PersistenceUnit2_0.getDefaultSharedCacheMode()
          Return the persistence unit's default shared cache mode.
 SharedCacheMode PersistenceUnit2_0.getSharedCacheMode()
          Return the persistence unit's shared cache mode, whether specified or defaulted.
 SharedCacheMode PersistenceUnit2_0.getSpecifiedSharedCacheMode()
          Return the persistence unit's specified shared cache mode.
 

Methods in org.eclipse.jpt.jpa.core.jpa2.context.persistence with parameters of type SharedCacheMode
 void PersistenceUnit2_0.setSpecifiedSharedCacheMode(SharedCacheMode sharedCacheMode)
          Set the persistence unit's specified shared cache mode.
 

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

Methods in org.eclipse.jpt.jpa.core.jpa2.context.persistence.options that return SharedCacheMode
static SharedCacheMode SharedCacheMode.fromXmlResourceModel(XmlPersistenceUnitCachingType_2_0 sharedCacheMode)
           
static SharedCacheMode SharedCacheMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SharedCacheMode[] SharedCacheMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Uses of SharedCacheMode in org.eclipse.jpt.jpa.eclipselink.core.context.persistence
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence with parameters of type SharedCacheMode
 void EclipseLinkPersistenceUnit.setSpecifiedSharedCacheMode(SharedCacheMode specifiedSharedCacheMode)