Class DelegatingFetchConfiguration

java.lang.Object
org.apache.openjpa.kernel.DelegatingFetchConfiguration
All Implemented Interfaces:
Serializable, Cloneable, FetchConfiguration, LockLevels, LockScopes, QueryFlushModes
Direct Known Subclasses:
DelegatingJDBCFetchConfiguration

public class DelegatingFetchConfiguration extends Object implements FetchConfiguration
Delegating fetch configuration that can also perform exception translation for use in facades.
Author:
Abe White
See Also: