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

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

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

Fields in org.eclipse.jpt.eclipselink.core.context declared as CacheType
static CacheType Caching.DEFAULT_TYPE
           
 

Methods in org.eclipse.jpt.eclipselink.core.context that return CacheType
static CacheType CacheType.fromJavaResourceModel(CacheType javaCacheType)
           
static CacheType CacheType.fromOrmResourceModel(CacheType ormCacheType)
           
 CacheType Caching.getDefaultType()
           
 CacheType Caching.getSpecifiedType()
           
 CacheType Caching.getType()
          This is the combination of defaultType and specifiedType.
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.context with parameters of type CacheType
 void Caching.setSpecifiedType(CacheType newSpecifiedType)
           
static CacheType CacheType.toJavaResourceModel(CacheType cacheType)
           
static CacheType CacheType.toOrmResourceModel(CacheType cacheType)