Dali Provisional API
Release 3.2

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

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

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

Fields in org.eclipse.jpt.jpa.eclipselink.core.context.persistence declared as EclipseLinkCacheType
static EclipseLinkCacheType EclipseLinkCaching.DEFAULT_CACHE_TYPE
           
static EclipseLinkCacheType EclipseLinkCaching.DEFAULT_CACHE_TYPE_DEFAULT
           
 

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.