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

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

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

Fields in org.eclipse.jpt.eclipselink.core.context.persistence.caching declared as CacheType
static CacheType Caching.DEFAULT_CACHE_TYPE
           
static CacheType Caching.DEFAULT_CACHE_TYPE_DEFAULT
           
 

Methods in org.eclipse.jpt.eclipselink.core.context.persistence.caching that return CacheType
 CacheType Caching.getCacheTypeDefault()
           
 CacheType Caching.getCacheTypeOf(java.lang.String entityName)
           
 CacheType Caching.getDefaultCacheType()
           
 CacheType Caching.getDefaultCacheTypeDefault()
           
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.persistence.caching with parameters of type CacheType
 void Caching.setCacheTypeDefault(CacheType cacheTypeDefault)
           
 void Caching.setCacheTypeOf(java.lang.String entityName, CacheType cacheType)