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

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

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

Methods in org.eclipse.jpt.eclipselink.core.context that return CacheType
static CacheType EclipseLinkCacheType.toJavaResourceModel(EclipseLinkCacheType cacheType)
           
 

Methods in org.eclipse.jpt.eclipselink.core.context with parameters of type CacheType
static EclipseLinkCacheType EclipseLinkCacheType.fromJavaResourceModel(CacheType javaCacheType)
           
 

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

Methods in org.eclipse.jpt.eclipselink.core.resource.java that return CacheType
static CacheType CacheType.fromJavaAnnotationValue(java.lang.Object javaAnnotationValue)
           
 CacheType EclipseLinkCacheAnnotation.getType()
          Corresponds to the 'type' element of the Cache annotation.
static CacheType CacheType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CacheType[] CacheType.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 CacheType
 void EclipseLinkCacheAnnotation.setType(CacheType type)
          Corresponds to the 'type' element of the Cache annotation.
static java.lang.String CacheType.toJavaAnnotationValue(CacheType cacheType)