Uses of Class
org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCacheType

Packages that use EclipseLinkCacheType
org.eclipse.jpt.jpa.eclipselink.core.context   
 

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

Fields in org.eclipse.jpt.jpa.eclipselink.core.context declared as EclipseLinkCacheType
static EclipseLinkCacheType EclipseLinkCaching.DEFAULT_TYPE
           
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context that return EclipseLinkCacheType
static EclipseLinkCacheType EclipseLinkCacheType.fromJavaResourceModel(CacheType javaCacheType)
           
static EclipseLinkCacheType EclipseLinkCacheType.fromOrmResourceModel(CacheType ormCacheType)
           
 EclipseLinkCacheType EclipseLinkCaching.getDefaultType()
           
 EclipseLinkCacheType EclipseLinkCaching.getSpecifiedType()
           
 EclipseLinkCacheType EclipseLinkCaching.getType()
          This is the combination of defaultType and specifiedType.
static EclipseLinkCacheType EclipseLinkCacheType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EclipseLinkCacheType[] EclipseLinkCacheType.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.context with parameters of type EclipseLinkCacheType
 void EclipseLinkCaching.setSpecifiedType(EclipseLinkCacheType type)
           
static CacheType EclipseLinkCacheType.toJavaResourceModel(EclipseLinkCacheType cacheType)
           
static CacheType EclipseLinkCacheType.toOrmResourceModel(EclipseLinkCacheType cacheType)