Dali Provisional API
Release 3.2

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

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

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

Fields in org.eclipse.jpt.jpa.eclipselink.core.context.persistence declared as EclipseLinkFlushClearCache
static EclipseLinkFlushClearCache EclipseLinkCaching.DEFAULT_FLUSH_CLEAR_CACHE
           
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence that return EclipseLinkFlushClearCache
 EclipseLinkFlushClearCache EclipseLinkCaching.getDefaultFlushClearCache()
           
 EclipseLinkFlushClearCache EclipseLinkCaching.getFlushClearCache()
           
static EclipseLinkFlushClearCache EclipseLinkFlushClearCache.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EclipseLinkFlushClearCache[] EclipseLinkFlushClearCache.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 EclipseLinkFlushClearCache
 void EclipseLinkCaching.setFlushClearCache(EclipseLinkFlushClearCache newFlushClearCache)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.