Dali Provisional API
Release 3.2

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

Packages that use SharedCacheMode2_0
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 SharedCacheMode2_0 in org.eclipse.jpt.jpa.core.jpa2.context.persistence
 

Methods in org.eclipse.jpt.jpa.core.jpa2.context.persistence that return SharedCacheMode2_0
 SharedCacheMode2_0 PersistenceUnit2_0.getDefaultSharedCacheMode()
          Return the persistence unit's default shared cache mode.
 SharedCacheMode2_0 PersistenceUnit2_0.getSharedCacheMode()
          Return the persistence unit's shared cache mode, whether specified or defaulted.
 SharedCacheMode2_0 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 SharedCacheMode2_0
 void PersistenceUnit2_0.setSpecifiedSharedCacheMode(SharedCacheMode2_0 sharedCacheMode)
          Set the persistence unit's specified shared cache mode.
 

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

Methods in org.eclipse.jpt.jpa.core.jpa2.context.persistence.options that return SharedCacheMode2_0
static SharedCacheMode2_0 SharedCacheMode2_0.fromXmlResourceModel(org.eclipse.jpt.jpa.core.resource.persistence.v2_0.XmlPersistenceUnitCachingType_2_0 sharedCacheMode)
           
static SharedCacheMode2_0 SharedCacheMode2_0.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SharedCacheMode2_0[] SharedCacheMode2_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.jpa2.context.persistence.options with parameters of type SharedCacheMode2_0
static org.eclipse.jpt.jpa.core.resource.persistence.v2_0.XmlPersistenceUnitCachingType_2_0 SharedCacheMode2_0.toXmlResourceModel(SharedCacheMode2_0 sharedCacheMode)
           
 

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence that return SharedCacheMode2_0
protected  SharedCacheMode2_0 EclipseLinkPersistenceUnit.buildDefaultSharedCacheMode()
           
 

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.