Class FetchConfigurationImpl

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

public class FetchConfigurationImpl extends Object implements FetchConfiguration, Cloneable
Allows configuration and optimization of how objects are loaded from the data store.
Since:
0.3.0
Author:
Abe White, Pinaki Poddar
See Also: