Dali Provisional API
Release 3.2

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

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

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

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.