Uses of Class
org.eclipse.jpt.eclipselink.core.context.CacheCoordinationType

Packages that use CacheCoordinationType
org.eclipse.jpt.eclipselink.core.context   
 

Uses of CacheCoordinationType in org.eclipse.jpt.eclipselink.core.context
 

Fields in org.eclipse.jpt.eclipselink.core.context declared as CacheCoordinationType
static CacheCoordinationType Caching.DEFAULT_COORDINATION_TYPE
           
 

Methods in org.eclipse.jpt.eclipselink.core.context that return CacheCoordinationType
static CacheCoordinationType CacheCoordinationType.fromJavaResourceModel(CacheCoordinationType javaCacheCoordinationType)
           
static CacheCoordinationType CacheCoordinationType.fromOrmResourceModel(CacheCoordinationType ormCacheCoordinationType)
           
 CacheCoordinationType Caching.getCoordinationType()
          This is the combination of defaultCoordinationType and specifiedCoordinationType.
 CacheCoordinationType Caching.getDefaultCoordinationType()
           
 CacheCoordinationType Caching.getSpecifiedCoordinationType()
           
static CacheCoordinationType CacheCoordinationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CacheCoordinationType[] CacheCoordinationType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.jpt.eclipselink.core.context with parameters of type CacheCoordinationType
 void Caching.setSpecifiedCoordinationType(CacheCoordinationType newSpecifiedCoordinationType)
           
static CacheCoordinationType CacheCoordinationType.toJavaResourceModel(CacheCoordinationType cacheCoordinationType)
           
static CacheCoordinationType CacheCoordinationType.toOrmResourceModel(CacheCoordinationType cacheCoordinationType)