Dali Provisional API
Release 3.2

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

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

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

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

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

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

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

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.