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

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

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

Fields in org.eclipse.jpt.eclipselink.core.context.persistence.caching declared as FlushClearCache
static FlushClearCache Caching.DEFAULT_FLUSH_CLEAR_CACHE
           
 

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