Uses of Interface
org.apache.openjpa.kernel.FetchConfiguration
-
Packages that use FetchConfiguration Package Description org.apache.openjpa.abstractstore OpenJPA Abstract StoreManager Implementationorg.apache.openjpa.datacache OpenJPA Data Cacheorg.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.persistence OpenJPA JPAorg.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBCorg.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.org.apache.openjpa.util OpenJPA Utilitiesorg.apache.openjpa.xmlstore XML Store -
-
Uses of FetchConfiguration in org.apache.openjpa.abstractstore
Methods in org.apache.openjpa.abstractstore that return FetchConfiguration Modifier and Type Method Description FetchConfiguration
AbstractStoreManager. newFetchConfiguration()
Methods in org.apache.openjpa.abstractstore with parameters of type FetchConfiguration Modifier and Type Method Description abstract ResultObjectProvider
AbstractStoreManager. executeExtent(ClassMetaData meta, boolean subs, FetchConfiguration fetch)
Create aResultObjectProvider
that can return all instances oftype
, optionally including subclasses as defined bysubclasses
.abstract boolean
AbstractStoreManager. initialize(OpenJPAStateManager sm, PCState state, FetchConfiguration fetch, java.lang.Object edata)
This method is invoked when OpenJPA needs to load an object whose identity is known but which has not yet been loaded from the data store.abstract boolean
AbstractStoreManager. load(OpenJPAStateManager sm, java.util.BitSet fields, FetchConfiguration fetch, int lockLevel, java.lang.Object edata)
This method is invoked when OpenJPA needs to load additional data into an object that has already been at least partially loaded by a previousAbstractStoreManager.initialize(org.apache.openjpa.kernel.OpenJPAStateManager, org.apache.openjpa.kernel.PCState, org.apache.openjpa.kernel.FetchConfiguration, java.lang.Object)
invocation.java.util.Collection<java.lang.Object>
AbstractStoreManager. loadAll(java.util.Collection<OpenJPAStateManager> sms, PCState state, int load, FetchConfiguration fetch, java.lang.Object edata)
This implementation just delegates to the proper singular method (StoreManager.initialize(org.apache.openjpa.kernel.OpenJPAStateManager, org.apache.openjpa.kernel.PCState, org.apache.openjpa.kernel.FetchConfiguration, java.lang.Object)
orStoreManager.load(org.apache.openjpa.kernel.OpenJPAStateManager, java.util.BitSet, org.apache.openjpa.kernel.FetchConfiguration, int, java.lang.Object)
) depending on each state manager's state. -
Uses of FetchConfiguration in org.apache.openjpa.datacache
Methods in org.apache.openjpa.datacache with parameters of type FetchConfiguration Modifier and Type Method Description boolean
DataCacheStoreManager. initialize(OpenJPAStateManager sm, PCState state, FetchConfiguration fetch, java.lang.Object edata)
boolean
DataCacheStoreManager. load(OpenJPAStateManager sm, java.util.BitSet fields, FetchConfiguration fetch, int lockLevel, java.lang.Object edata)
java.util.Collection<java.lang.Object>
DataCacheStoreManager. loadAll(java.util.Collection<OpenJPAStateManager> sms, PCState state, int load, FetchConfiguration fetch, java.lang.Object edata)
Constructors in org.apache.openjpa.datacache with parameters of type FetchConfiguration Constructor Description CachedList(QueryResult res, boolean proj, StoreContext ctx, FetchConfiguration fc)
-
Uses of FetchConfiguration in org.apache.openjpa.jdbc.kernel
Subinterfaces of FetchConfiguration in org.apache.openjpa.jdbc.kernel Modifier and Type Interface Description interface
JDBCFetchConfiguration
JDBC extensions to OpenJPA'sFetchConfiguration
.Classes in org.apache.openjpa.jdbc.kernel that implement FetchConfiguration Modifier and Type Class Description class
DelegatingJDBCFetchConfiguration
Delegating fetch configuration that can also perform exception transation for use in facades.class
JDBCFetchConfigurationImpl
JDBC extensions to OpenJPA'sFetchConfiguration
.Methods in org.apache.openjpa.jdbc.kernel that return FetchConfiguration Modifier and Type Method Description FetchConfiguration
JDBCStoreManager. newFetchConfiguration()
Methods in org.apache.openjpa.jdbc.kernel with parameters of type FetchConfiguration Modifier and Type Method Description FinderQuery<ClassMapping,SelectExecutor,Result>
FinderCacheImpl. cache(ClassMapping mapping, SelectExecutor select, FetchConfiguration fetch)
Cache a Finder Query for the given mapping and select.void
JDBCFetchConfigurationImpl. copy(FetchConfiguration fetch)
Result
FinderQueryImpl. execute(OpenJPAStateManager sm, StoreManager store, FetchConfiguration fetch)
ResultObjectProvider
JDBCStoreManager. executeExtent(ClassMetaData meta, boolean subclasses, FetchConfiguration fetch)
FinderQuery<ClassMapping,SelectExecutor,Result>
FinderCacheImpl. get(ClassMapping mapping, FetchConfiguration fetch)
Gets the finder query for the given mapping.boolean
JDBCStoreManager. initialize(OpenJPAStateManager sm, PCState state, FetchConfiguration fetch, java.lang.Object context)
boolean
JDBCStoreManager. load(OpenJPAStateManager sm, java.util.BitSet fields, FetchConfiguration fetch, int lockLevel, java.lang.Object context)
java.util.Collection
JDBCStoreManager. loadAll(java.util.Collection sms, PCState state, int load, FetchConfiguration fetch, java.lang.Object context)
java.lang.Boolean
PreparedQueryCacheImpl. register(java.lang.String id, Query query, FetchConfiguration hints)
-
Uses of FetchConfiguration in org.apache.openjpa.kernel
Classes in org.apache.openjpa.kernel that implement FetchConfiguration Modifier and Type Class Description class
DelegatingFetchConfiguration
Delegating fetch configuration that can also perform exception translation for use in facades.class
FetchConfigurationImpl
Allows configuration and optimization of how objects are loaded from the data store.Methods in org.apache.openjpa.kernel that return FetchConfiguration Modifier and Type Method Description FetchConfiguration
DelegatingFetchConfiguration. addFetchGroup(java.lang.String group)
FetchConfiguration
FetchConfiguration. addFetchGroup(java.lang.String group)
Addsgroup
to the set of fetch group names to use when loading objects.FetchConfiguration
FetchConfigurationImpl. addFetchGroup(java.lang.String name)
FetchConfiguration
DelegatingFetchConfiguration. addFetchGroups(java.util.Collection groups)
FetchConfiguration
FetchConfiguration. addFetchGroups(java.util.Collection<java.lang.String> groups)
Addsgroups
to the set of fetch group names to use when loading objects.FetchConfiguration
FetchConfigurationImpl. addFetchGroups(java.util.Collection<java.lang.String> groups)
FetchConfiguration
DelegatingFetchConfiguration. addField(java.lang.String field)
FetchConfiguration
FetchConfiguration. addField(java.lang.String field)
Addsfield
to the set of fully-qualified field names to use when loading objects.FetchConfiguration
FetchConfigurationImpl. addField(java.lang.String field)
FetchConfiguration
DelegatingFetchConfiguration. addFields(java.util.Collection fields)
FetchConfiguration
FetchConfiguration. addFields(java.util.Collection<java.lang.String> fields)
Addsfields
to the set of fully-qualified field names to use when loading objects.FetchConfiguration
FetchConfigurationImpl. addFields(java.util.Collection<java.lang.String> fields)
FetchConfiguration
DelegatingFetchConfiguration. clearFetchGroups()
FetchConfiguration
FetchConfiguration. clearFetchGroups()
Clears the set of fetch group names to use when loading data.FetchConfiguration
FetchConfigurationImpl. clearFetchGroups()
FetchConfiguration
DelegatingFetchConfiguration. clearFields()
FetchConfiguration
FetchConfiguration. clearFields()
Clears the set of field names to use when loading data.FetchConfiguration
FetchConfigurationImpl. clearFields()
FetchConfiguration
DelegatingFetchConfiguration. getDelegate()
Return the direct delegate.FetchConfiguration
BrokerImpl. getFetchConfiguration()
FetchConfiguration
DelegatingBroker. getFetchConfiguration()
FetchConfiguration
DelegatingExtent. getFetchConfiguration()
FetchConfiguration
DelegatingQuery. getFetchConfiguration()
FetchConfiguration
Extent. getFetchConfiguration()
Return the (mutable) fetch configuration for this extent.FetchConfiguration
ExtentImpl. getFetchConfiguration()
FetchConfiguration
QueryContext. getFetchConfiguration()
Return the fetch configuration for this query.FetchConfiguration
QueryImpl. getFetchConfiguration()
FetchConfiguration
StoreContext. getFetchConfiguration()
Return the (mutable) fetch configuration for loading objects from this context.FetchConfiguration
DelegatingFetchConfiguration. getInnermostDelegate()
Return the native delegate.FetchConfiguration
DelegatingStoreManager. newFetchConfiguration()
FetchConfiguration
StoreManager. newFetchConfiguration()
Return a fetch configuration suitable for this runtime.FetchConfiguration
BrokerImpl. pushFetchConfiguration()
FetchConfiguration
BrokerImpl. pushFetchConfiguration(FetchConfiguration fc)
FetchConfiguration
DelegatingBroker. pushFetchConfiguration()
FetchConfiguration
DelegatingBroker. pushFetchConfiguration(FetchConfiguration fc)
FetchConfiguration
StoreContext. pushFetchConfiguration()
Pushes a new fetch configuration that inherits from the current fetch configuration onto a stack, and makes the new configuration the active one.FetchConfiguration
StoreContext. pushFetchConfiguration(FetchConfiguration fc)
Pushes the fetch configuration argument onto a stack, and makes the new configuration the active one.FetchConfiguration
DelegatingFetchConfiguration. removeFetchGroup(java.lang.String group)
FetchConfiguration
FetchConfiguration. removeFetchGroup(java.lang.String group)
Remove the given fetch group.FetchConfiguration
FetchConfigurationImpl. removeFetchGroup(java.lang.String group)
FetchConfiguration
DelegatingFetchConfiguration. removeFetchGroups(java.util.Collection groups)
FetchConfiguration
FetchConfiguration. removeFetchGroups(java.util.Collection<java.lang.String> groups)
Removesgroups
from the set of fetch group names to use when loading objects.FetchConfiguration
FetchConfigurationImpl. removeFetchGroups(java.util.Collection<java.lang.String> groups)
FetchConfiguration
DelegatingFetchConfiguration. removeField(java.lang.String field)
FetchConfiguration
FetchConfiguration. removeField(java.lang.String field)
Remove the given fully-qualified field.FetchConfiguration
FetchConfigurationImpl. removeField(java.lang.String field)
FetchConfiguration
DelegatingFetchConfiguration. removeFields(java.util.Collection fields)
FetchConfiguration
FetchConfiguration. removeFields(java.util.Collection<java.lang.String> fields)
Removesfields
from the set of fully-qualified field names to use when loading objects.FetchConfiguration
FetchConfigurationImpl. removeFields(java.util.Collection<java.lang.String> fields)
FetchConfiguration
DelegatingFetchConfiguration. resetFetchGroups()
FetchConfiguration
FetchConfiguration. resetFetchGroups()
Resets the set of fetch groups to the list in the global configuration.FetchConfiguration
FetchConfigurationImpl. resetFetchGroups()
FetchConfiguration
DelegatingFetchConfiguration. setExtendedPathLookup(boolean flag)
FetchConfiguration
FetchConfiguration. setExtendedPathLookup(boolean flag)
Sets extended path lookup feature.FetchConfiguration
FetchConfigurationImpl. setExtendedPathLookup(boolean flag)
FetchConfiguration
DelegatingFetchConfiguration. setFetchBatchSize(int fetchBatchSize)
FetchConfiguration
FetchConfiguration. setFetchBatchSize(int fetchBatchSize)
Set the fetch batch size for large result set support.FetchConfiguration
FetchConfigurationImpl. setFetchBatchSize(int fetchBatchSize)
FetchConfiguration
DelegatingFetchConfiguration. setFlushBeforeQueries(int flush)
FetchConfiguration
FetchConfiguration. setFlushBeforeQueries(int flush)
The query automatic flush configuration.FetchConfiguration
FetchConfigurationImpl. setFlushBeforeQueries(int flush)
FetchConfiguration
DelegatingFetchConfiguration. setLockScope(int scope)
FetchConfiguration
FetchConfiguration. setLockScope(int scope)
The lock scope for next fetch.FetchConfiguration
FetchConfigurationImpl. setLockScope(int scope)
FetchConfiguration
DelegatingFetchConfiguration. setLockTimeout(int timeout)
FetchConfiguration
FetchConfiguration. setLockTimeout(int timeout)
The number of milliseconds to wait for an object lock, or -1 for no limit.FetchConfiguration
FetchConfigurationImpl. setLockTimeout(int timeout)
FetchConfiguration
DelegatingFetchConfiguration. setMaxFetchDepth(int depth)
FetchConfiguration
FetchConfiguration. setMaxFetchDepth(int max)
Set the maximum depth of the fetched instance graph.FetchConfiguration
FetchConfigurationImpl. setMaxFetchDepth(int depth)
FetchConfiguration
DelegatingFetchConfiguration. setQueryCacheEnabled(boolean cache)
FetchConfiguration
FetchConfiguration. setQueryCacheEnabled(boolean cache)
Control whether or not query caching is enabled.FetchConfiguration
FetchConfigurationImpl. setQueryCacheEnabled(boolean cache)
FetchConfiguration
DelegatingFetchConfiguration. setQueryTimeout(int timeout)
FetchConfiguration
FetchConfiguration. setQueryTimeout(int timeout)
The number of milliseconds to wait for a query, or -1 for no limit.FetchConfiguration
FetchConfigurationImpl. setQueryTimeout(int timeout)
FetchConfiguration
DelegatingFetchConfiguration. setReadLockLevel(int level)
FetchConfiguration
FetchConfiguration. setReadLockLevel(int level)
The lock level to use for locking loaded objects.FetchConfiguration
FetchConfigurationImpl. setReadLockLevel(int level)
FetchConfiguration
DelegatingFetchConfiguration. setRootClasses(java.util.Collection roots)
FetchConfiguration
FetchConfiguration. setRootClasses(java.util.Collection<java.lang.Class<?>> classes)
Root classes for recursive operations.FetchConfiguration
FetchConfigurationImpl. setRootClasses(java.util.Collection<java.lang.Class<?>> classes)
FetchConfiguration
DelegatingFetchConfiguration. setRootInstances(java.util.Collection roots)
FetchConfiguration
FetchConfiguration. setRootInstances(java.util.Collection<?> roots)
Root instances for recursive operations.FetchConfiguration
FetchConfigurationImpl. setRootInstances(java.util.Collection<?> instances)
FetchConfiguration
DelegatingFetchConfiguration. setWriteLockLevel(int level)
FetchConfiguration
FetchConfiguration. setWriteLockLevel(int level)
The lock level to use for locking dirtied objects.FetchConfiguration
FetchConfigurationImpl. setWriteLockLevel(int level)
FetchConfiguration
DelegatingFetchConfiguration. traverse(FieldMetaData fmd)
FetchConfiguration
FetchConfiguration. traverse(FieldMetaData fm)
Traverse the given field to generate (possibly) a new configuration state.FetchConfiguration
FetchConfigurationImpl. traverse(FieldMetaData fm)
Methods in org.apache.openjpa.kernel with parameters of type FetchConfiguration Modifier and Type Method Description FinderQuery<K,V,R>
FinderCache. cache(K key, V value, FetchConfiguration fetch)
Cache a FinderQuery for the given key and value.void
DelegatingFetchConfiguration. copy(FetchConfiguration fetch)
void
FetchConfiguration. copy(FetchConfiguration fetch)
Copy the state from the given fetch configuration to this one.void
FetchConfigurationImpl. copy(FetchConfiguration fetch)
R
FinderQuery. execute(OpenJPAStateManager sm, StoreManager store, FetchConfiguration fetch)
Execute the query for a given instance.ResultObjectProvider
DelegatingStoreManager. executeExtent(ClassMetaData meta, boolean subclasses, FetchConfiguration fetch)
ResultObjectProvider
StoreManager. executeExtent(ClassMetaData meta, boolean subclasses, FetchConfiguration fetch)
Return a provider for all instances of the given candidate class, optionally including subclasses.java.util.Iterator
BrokerImpl. extentIterator(java.lang.Class type, boolean subclasses, FetchConfiguration fetch, boolean ignoreChanges)
java.util.Iterator
DelegatingBroker. extentIterator(java.lang.Class cls, boolean subs, FetchConfiguration fetch, boolean ignoreChanges)
java.util.Iterator<java.lang.Object>
StoreContext. extentIterator(java.lang.Class<?> cls, boolean subs, FetchConfiguration fetch, boolean ignoreChanges)
Return an iterator over all instances of the given type.java.lang.Object
BrokerImpl. find(java.lang.Object oid, FetchConfiguration fetch, java.util.BitSet exclude, java.lang.Object edata, int flags)
protected java.lang.Object
BrokerImpl. find(java.lang.Object oid, FetchConfiguration fetch, java.util.BitSet exclude, java.lang.Object edata, int flags, FindCallbacks call)
Internal finder.java.lang.Object
DelegatingBroker. find(java.lang.Object oid, FetchConfiguration fetch, java.util.BitSet exclude, java.lang.Object edata, int flags)
java.lang.Object
StoreContext. find(java.lang.Object oid, FetchConfiguration fetch, java.util.BitSet exclude, java.lang.Object edata, int flags)
Return the object with the given oid.java.lang.Object[]
BrokerImpl. findAll(java.util.Collection oids, FetchConfiguration fetch, java.util.BitSet exclude, java.lang.Object edata, int flags)
protected java.lang.Object[]
BrokerImpl. findAll(java.util.Collection oids, FetchConfiguration fetch, java.util.BitSet exclude, java.lang.Object edata, int flags, FindCallbacks call)
Internal finder.java.lang.Object[]
DelegatingBroker. findAll(java.util.Collection oids, FetchConfiguration fetch, java.util.BitSet exclude, java.lang.Object edata, int flags)
java.lang.Object[]
StoreContext. findAll(java.util.Collection<java.lang.Object> oids, FetchConfiguration fetch, java.util.BitSet exclude, java.lang.Object edata, int flags)
Return the objects with the given oids.FinderQuery<K,V,R>
FinderCache. get(K key, FetchConfiguration fetch)
Get the FinderQuery for the given key.java.util.BitSet
DetachedStateManager. getUnloaded(FetchConfiguration fetch)
java.util.BitSet
DetachedValueStateManager. getUnloaded(FetchConfiguration fetch)
java.util.BitSet
ObjectIdStateManager. getUnloaded(FetchConfiguration fetch)
java.util.BitSet
OpenJPAStateManager. getUnloaded(FetchConfiguration fetch)
Return a mutable mask of the unloaded fields that need loading based on the given fetch configuration.java.util.BitSet
StateManagerImpl. getUnloaded(FetchConfiguration fetch)
void
AbstractPCResultObjectProvider. initialize(OpenJPAStateManager sm, PCState state, FetchConfiguration fetch)
protected StateManagerImpl
BrokerImpl. initialize(StateManagerImpl sm, boolean load, FetchConfiguration fetch, java.lang.Object edata)
Initialize a newly-constructed state manager.boolean
DelegatingStoreManager. initialize(OpenJPAStateManager sm, PCState state, FetchConfiguration fetch, java.lang.Object context)
void
PCResultObjectProvider. initialize(OpenJPAStateManager sm, PCState state, FetchConfiguration fetch)
Initializes the state manager.boolean
StoreManager. initialize(OpenJPAStateManager sm, PCState state, FetchConfiguration fetch, java.lang.Object edata)
Initialize the given state manager.protected abstract void
AbstractPCResultObjectProvider. load(OpenJPAStateManager sm, FetchConfiguration fetch)
Load data from the current input record into the given state manager.boolean
DelegatingStoreManager. load(OpenJPAStateManager sm, java.util.BitSet fields, FetchConfiguration fetch, int lockLevel, java.lang.Object context)
void
DetachedStateManager. load(FetchConfiguration fetch)
void
DetachedValueStateManager. load(FetchConfiguration fetch)
void
ObjectIdStateManager. load(FetchConfiguration fetch)
void
OpenJPAStateManager. load(FetchConfiguration fetch)
Load fetch group fields.void
PCData. load(OpenJPAStateManager sm, java.util.BitSet fields, FetchConfiguration fetch, java.lang.Object context)
Loads some or all of the marked fields from the cache into the given state manager.void
PCData. load(OpenJPAStateManager sm, FetchConfiguration fetch, java.lang.Object context)
Loads all fields that are currently stored in the cache into the given state manager.void
PCDataImpl. load(OpenJPAStateManager sm, java.util.BitSet fields, FetchConfiguration fetch, java.lang.Object context)
void
PCDataImpl. load(OpenJPAStateManager sm, FetchConfiguration fetch, java.lang.Object context)
void
StateManagerImpl. load(FetchConfiguration fetch)
protected boolean
StateManagerImpl. load(FetchConfiguration fetch, int loadMode, java.util.BitSet exclude, java.lang.Object sdata, boolean forWrite)
Load the state of this instance based on the given fetch configuration and load mode.boolean
StoreManager. load(OpenJPAStateManager sm, java.util.BitSet fields, FetchConfiguration fetch, int lockLevel, java.lang.Object edata)
Load the given state manager.java.util.Collection<java.lang.Object>
DelegatingStoreManager. loadAll(java.util.Collection<OpenJPAStateManager> sms, PCState state, int load, FetchConfiguration fetch, java.lang.Object context)
java.util.Collection<java.lang.Object>
StoreManager. loadAll(java.util.Collection<OpenJPAStateManager> sms, PCState state, int load, FetchConfiguration fetch, java.lang.Object edata)
Initialize, load, or validate the existance of all of the given objects.protected void
PCDataImpl. loadField(OpenJPAStateManager sm, FieldMetaData fmd, FetchConfiguration fetch, java.lang.Object context)
Set field-level information into the given state manager.FetchConfiguration
BrokerImpl. pushFetchConfiguration(FetchConfiguration fc)
FetchConfiguration
DelegatingBroker. pushFetchConfiguration(FetchConfiguration fc)
FetchConfiguration
StoreContext. pushFetchConfiguration(FetchConfiguration fc)
Pushes the fetch configuration argument onto a stack, and makes the new configuration the active one.java.lang.Boolean
PreparedQueryCache. register(java.lang.String key, Query query, FetchConfiguration hints)
Register the given query for caching against the given key if it has not already been cached.protected java.lang.Object
AbstractPCData. toEmbeddedField(OpenJPAStateManager sm, ValueMetaData vmd, java.lang.Object data, FetchConfiguration fetch, java.lang.Object context)
Transform the given data into an embedded PC field value.protected java.lang.Object
AbstractPCData. toField(OpenJPAStateManager sm, FieldMetaData fmd, java.lang.Object data, FetchConfiguration fetch, java.lang.Object context)
Transform the given data value into its field value.protected java.lang.Object
AbstractPCData. toNestedField(OpenJPAStateManager sm, ValueMetaData vmd, java.lang.Object data, FetchConfiguration fetch, java.lang.Object context)
Transform the given data value to its field value.protected java.util.Collection
AbstractPCData. toNestedFields(OpenJPAStateManager sm, ValueMetaData vmd, java.util.Collection data, FetchConfiguration fetch, java.lang.Object context)
Transform the given data value to its field value.protected java.lang.Object
AbstractPCData. toRelationField(OpenJPAStateManager sm, ValueMetaData vmd, java.lang.Object data, FetchConfiguration fetch, java.lang.Object context)
Transform the given data into a relation field value.protected java.lang.Object[]
AbstractPCData. toRelationFields(OpenJPAStateManager sm, java.lang.Object data, FetchConfiguration fetch)
Transform the given data into relation field values.Constructors in org.apache.openjpa.kernel with parameters of type FetchConfiguration Constructor Description DelegatingFetchConfiguration(FetchConfiguration fetch)
Constructor; supply delegate.DelegatingFetchConfiguration(FetchConfiguration fetch, RuntimeExceptionTranslator trans)
Constructor; supply delegate and exception translator. -
Uses of FetchConfiguration in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence that return FetchConfiguration Modifier and Type Method Description FetchConfiguration
FetchPlan. getDelegate()
Deprecated.cast toFetchPlanImpl
instead.FetchConfiguration
FetchPlanImpl. getDelegate()
Delegate.Methods in org.apache.openjpa.persistence with parameters of type FetchConfiguration Modifier and Type Method Description protected DelegatingFetchConfiguration
FetchPlanImpl. newDelegatingFetchConfiguration(FetchConfiguration fetch)
Create a new exception-translating delegating fetch configuration.FetchPlan
EntityManagerImpl. pushFetchPlan(FetchConfiguration fc)
Constructors in org.apache.openjpa.persistence with parameters of type FetchConfiguration Constructor Description FetchPlanImpl(FetchConfiguration fetch)
Constructor; supply delegate. -
Uses of FetchConfiguration in org.apache.openjpa.persistence.jdbc
Methods in org.apache.openjpa.persistence.jdbc with parameters of type FetchConfiguration Modifier and Type Method Description protected DelegatingFetchConfiguration
JDBCFetchPlanImpl. newDelegatingFetchConfiguration(FetchConfiguration fetch)
Constructors in org.apache.openjpa.persistence.jdbc with parameters of type FetchConfiguration Constructor Description JDBCFetchPlanImpl(FetchConfiguration fetch)
Constructor; supply delegate. -
Uses of FetchConfiguration in org.apache.openjpa.slice.jdbc
Classes in org.apache.openjpa.slice.jdbc that implement FetchConfiguration Modifier and Type Class Description class
TargetFetchConfiguration
A fetch configuration that is aware of special hint to narrow its operation on subset of slices. -
Uses of FetchConfiguration in org.apache.openjpa.util
Methods in org.apache.openjpa.util with parameters of type FetchConfiguration Modifier and Type Method Description static java.util.Collection
ImplHelper. loadAll(java.util.Collection sms, StoreManager store, PCState state, int load, FetchConfiguration fetch, java.lang.Object context)
Helper for store manager implementations. -
Uses of FetchConfiguration in org.apache.openjpa.xmlstore
Methods in org.apache.openjpa.xmlstore with parameters of type FetchConfiguration Modifier and Type Method Description ResultObjectProvider
XMLStoreManager. executeExtent(ClassMetaData meta, boolean subclasses, FetchConfiguration fetch)
boolean
XMLStoreManager. initialize(OpenJPAStateManager sm, PCState state, FetchConfiguration fetch, java.lang.Object context)
void
ObjectData. load(OpenJPAStateManager sm, java.util.BitSet fields, FetchConfiguration fetch)
Load the data and version information for this object into the given state manager.void
ObjectData. load(OpenJPAStateManager sm, FetchConfiguration fetch)
Load the data and version information for this object into the given state manager.boolean
XMLStoreManager. load(OpenJPAStateManager sm, java.util.BitSet fields, FetchConfiguration fetch, int lockLevel, java.lang.Object context)
-