Class JDBCFetchConfigurationImpl

java.lang.Object
org.apache.openjpa.kernel.FetchConfigurationImpl
org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl
All Implemented Interfaces:
Serializable, Cloneable, EagerFetchModes, JDBCFetchConfiguration, LRSSizes, JoinSyntaxes, FetchConfiguration, LockLevels, LockScopes, QueryFlushModes
Direct Known Subclasses:
TargetFetchConfiguration

public class JDBCFetchConfigurationImpl extends FetchConfigurationImpl implements JDBCFetchConfiguration
JDBC extensions to OpenJPA's FetchConfiguration.
Author:
Abe White
See Also: