Uses of Class
org.apache.openjpa.kernel.FetchConfigurationImpl
-
Packages that use FetchConfigurationImpl Package Description org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. -
-
Uses of FetchConfigurationImpl in org.apache.openjpa.jdbc.kernel
Subclasses of FetchConfigurationImpl in org.apache.openjpa.jdbc.kernel Modifier and Type Class Description class
JDBCFetchConfigurationImpl
JDBC extensions to OpenJPA'sFetchConfiguration
.Methods in org.apache.openjpa.jdbc.kernel that return FetchConfigurationImpl Modifier and Type Method Description protected FetchConfigurationImpl
JDBCFetchConfigurationImpl. newInstance(FetchConfigurationImpl.ConfigurationState state)
-
Uses of FetchConfigurationImpl in org.apache.openjpa.kernel
Methods in org.apache.openjpa.kernel that return FetchConfigurationImpl Modifier and Type Method Description protected FetchConfigurationImpl
FetchConfigurationImpl. newInstance(FetchConfigurationImpl.ConfigurationState state)
Return a new hollow instance. -
Uses of FetchConfigurationImpl in org.apache.openjpa.slice.jdbc
Subclasses of FetchConfigurationImpl in org.apache.openjpa.slice.jdbc Modifier and Type Class Description class
TargetFetchConfiguration
A fetch configuration that is aware of special hint to narrow its operation on subset of slices.
-