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

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

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

Fields in org.eclipse.jpt.jpa.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.jpa.eclipselink.core.context.persistence.caching that return CacheType
 CacheType Entity.getCacheType()
           
 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 are declared.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching with parameters of type CacheType
 void Entity.setCacheType(CacheType cacheType)
           
 void Caching.setCacheTypeDefault(CacheType cacheTypeDefault)
           
 void Caching.setCacheTypeOf(java.lang.String entityName, CacheType cacheType)