Dali Provisional API
Release 3.2

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

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

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

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence that return FlushClearCache
 FlushClearCache Caching.getDefaultFlushClearCache()
           
 FlushClearCache Caching.getFlushClearCache()
           
static FlushClearCache FlushClearCache.valueOf(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 are declared.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence with parameters of type FlushClearCache
 void Caching.setFlushClearCache(FlushClearCache newFlushClearCache)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.