Dali Provisional API
Release 3.2

Uses of Class
org.eclipse.jpt.jpa.eclipselink.core.resource.java.CacheCoordinationType

Packages that use CacheCoordinationType
org.eclipse.jpt.jpa.eclipselink.core.context   
org.eclipse.jpt.jpa.eclipselink.core.resource.java   
 

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.context that return CacheCoordinationType
static CacheCoordinationType EclipseLinkCacheCoordinationType.toJavaResourceModel(EclipseLinkCacheCoordinationType cacheCoordinationType)
           
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context with parameters of type CacheCoordinationType
static EclipseLinkCacheCoordinationType EclipseLinkCacheCoordinationType.fromJavaResourceModel(CacheCoordinationType javaCacheCoordinationType)
           
 

Uses of CacheCoordinationType in org.eclipse.jpt.jpa.eclipselink.core.resource.java
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.java that return CacheCoordinationType
static CacheCoordinationType CacheCoordinationType.fromJavaAnnotationValue(Object javaAnnotationValue)
           
 CacheCoordinationType CacheAnnotation.getCoordinationType()
          Corresponds to the 'coordinationType' element of the Cache annotation.
static CacheCoordinationType CacheCoordinationType.valueOf(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 are declared.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.java with parameters of type CacheCoordinationType
 void CacheAnnotation.setCoordinationType(CacheCoordinationType coordinationType)
          Corresponds to the 'coordinationType' element of the Cache annotation.
static String CacheCoordinationType.toJavaAnnotationValue(CacheCoordinationType cacheCoordinationType)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.