Class DelegatingQueryCache

java.lang.Object
org.apache.openjpa.datacache.DelegatingQueryCache
All Implemented Interfaces:
QueryCache, TypesChangedListener, Closeable

public class DelegatingQueryCache extends Object implements QueryCache
Delegating query cache that can also perform exception translation for use in facades. This cache allows its delegate to be null, in which case it returns default values or all methods.
Since:
0.4.0
Author:
Abe White