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

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

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

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

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

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

Methods in org.eclipse.jpt.eclipselink.core.resource.java that return CacheCoordinationType
static CacheCoordinationType CacheCoordinationType.fromJavaAnnotationValue(java.lang.Object javaAnnotationValue)
           
 CacheCoordinationType EclipseLinkCacheAnnotation.getCoordinationType()
          Corresponds to the 'coordinationType' element of the Cache annotation.
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.resource.java with parameters of type CacheCoordinationType
 void EclipseLinkCacheAnnotation.setCoordinationType(CacheCoordinationType coordinationType)
          Corresponds to the 'coordinationType' element of the Cache annotation.
static java.lang.String CacheCoordinationType.toJavaAnnotationValue(CacheCoordinationType cacheCoordinationType)