Class DelegatingJDBCFetchConfiguration

java.lang.Object
org.apache.openjpa.kernel.DelegatingFetchConfiguration
org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration
All Implemented Interfaces:
Serializable, Cloneable, EagerFetchModes, JDBCFetchConfiguration, LRSSizes, JoinSyntaxes, FetchConfiguration, LockLevels, LockScopes, QueryFlushModes

public class DelegatingJDBCFetchConfiguration extends DelegatingFetchConfiguration implements JDBCFetchConfiguration
Delegating fetch configuration that can also perform exception transation for use in facades.
Since:
0.4.0
Author:
Abe White
See Also: