Class JDBCFetchPlanImpl
- java.lang.Object
 - 
- org.apache.openjpa.persistence.FetchPlanImpl
 - 
- org.apache.openjpa.persistence.jdbc.JDBCFetchPlanImpl
 
 
 
- 
- All Implemented Interfaces:
 FetchPlan,JDBCFetchPlan
public class JDBCFetchPlanImpl extends FetchPlanImpl implements JDBCFetchPlan
JDBC extensions to the fetch plan.- Since:
 - 0.4.0
 - Author:
 - Abe White
 
 
- 
- 
Field Summary
- 
Fields inherited from class org.apache.openjpa.persistence.FetchPlanImpl
_hints, _precedence 
- 
Fields inherited from interface org.apache.openjpa.persistence.FetchPlan
DEFAULT, DEPTH_INFINITE, GROUP_ALL, GROUP_DEFAULT 
- 
Fields inherited from interface org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
EAGER_JOIN, EAGER_NONE, EAGER_PARALLEL, SIZE_LAST, SIZE_QUERY, SIZE_UNKNOWN, SYNTAX_DATABASE, SYNTAX_SQL92, SYNTAX_TRADITIONAL 
 - 
 
- 
Constructor Summary
Constructors Constructor Description JDBCFetchPlanImpl(FetchConfiguration fetch)Constructor; supply delegate. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JDBCFetchPlanaddFetchGroup(java.lang.String group)Addsgroupto the set of fetch group to use when loading objects.JDBCFetchPlanaddFetchGroups(java.lang.String... groups)Addsgroupsto the set of fetch group names to use when loading objects.JDBCFetchPlanaddFetchGroups(java.util.Collection groups)Addsgroupsto the set of fetch group names to use when loading objects.JDBCFetchPlanaddField(java.lang.Class cls, java.lang.String field)Addsfieldto the set of field names to use when loading objects.JDBCFetchPlanaddField(java.lang.String field)Addsfieldto the set of fully-qualified field names to use when loading objects.JDBCFetchPlanaddFields(java.lang.Class cls, java.lang.String... fields)Addsfieldsto the set of field names to use when loading objects.JDBCFetchPlanaddFields(java.lang.Class cls, java.util.Collection fields)Addsfieldsto the set of field names to use when loading objects.JDBCFetchPlanaddFields(java.lang.String... fields)Addsfieldsto the set of fully-qualified field names to use when loading objects.JDBCFetchPlanaddFields(java.util.Collection fields)Addsfieldsto the set of fully-qualified field names to use when loading objects.JDBCFetchPlanclearFetchGroups()Clears the set of fetch group names to use wen loading data.JDBCFetchPlanclearFields()Clears the set of field names to use wen loading data.FetchModegetEagerFetchMode()Eager fetch mode in loading relations.FetchDirectiongetFetchDirection()Result set fetch direction.booleangetIgnoreDfgForFkSelect()Affirms if foreign key for a relation field will be pre-fetched as part of the owning object irrespective of whether the field is included in the default fetch group of this fetch configuration.IsolationLevelgetIsolation()The isolation level for queries issued to the database.JoinSyntaxgetJoinSyntax()SQL join syntax.intgetLRSSize()LRSSizeAlgorithmgetLRSSizeAlgorithm()How to determine the size of a large result set.ResultSetTypegetResultSetType()Type of JDBC result set to use for query results.FetchModegetSubclassFetchMode()Eager fetch mode in loading subclasses.protected DelegatingFetchConfigurationnewDelegatingFetchConfiguration(FetchConfiguration fetch)Create a new exception-translating delegating fetch configuration.JDBCFetchPlanremoveFetchGroup(java.lang.String group)Remove the given fetch group.JDBCFetchPlanremoveFetchGroups(java.lang.String... groups)Removesgroupsfrom the set of fetch group names to use when loading objects.JDBCFetchPlanremoveFetchGroups(java.util.Collection groups)Removesgroupsfrom the set of fetch group names to use when loading objects.JDBCFetchPlanremoveField(java.lang.Class cls, java.lang.String field)Remove the given field.JDBCFetchPlanremoveField(java.lang.String field)Remove the given fully-qualified field.JDBCFetchPlanremoveFields(java.lang.Class cls, java.lang.String... fields)Removesfieldsfrom the set of field names to use when loading objects.JDBCFetchPlanremoveFields(java.lang.Class cls, java.util.Collection fields)Removesfieldsfrom the set of field names to use when loading objects.JDBCFetchPlanremoveFields(java.lang.String... fields)Removesfieldsfrom the set of fully-qualified field names to use when loading objects.JDBCFetchPlanremoveFields(java.util.Collection fields)Removesfieldsfrom the set of fully-qualified field names to use when loading objects.JDBCFetchPlanresetFetchGroups()Resets the set of fetch groups to the list in the global configuration.JDBCFetchPlansetEagerFetchMode(int mode)JDBCFetchPlanImplsetEagerFetchMode(FetchMode mode)Eager fetch mode in loading relations.JDBCFetchPlansetFetchBatchSize(int fetchBatchSize)Set the fetch batch size for large result set support.JDBCFetchPlansetFetchDirection(int direction)JDBCFetchPlanImplsetFetchDirection(FetchDirection direction)Result set fetch direction.voidsetIgnoreDfgForFkSelect(boolean b)Affirms if foreign key for a relation field will be pre-fetched as part of the owning object irrespective of whether the field is included in the default fetch group of this fetch configuration.JDBCFetchPlansetIsolation(IsolationLevel level)The isolation level for queries issued to the database.JDBCFetchPlansetJoinSyntax(int syntax)JDBCFetchPlanImplsetJoinSyntax(JoinSyntax syntax)SQL join syntax.JDBCFetchPlansetLockTimeout(int timeout)The number of milliseconds to wait for an object lock, or -1 for no limit.JDBCFetchPlansetLRSSize(int lrsSizeMode)JDBCFetchPlanImplsetLRSSizeAlgorithm(LRSSizeAlgorithm lrsSizeAlgorithm)How to determine the size of a large result set.JDBCFetchPlansetMaxFetchDepth(int depth)The maximum fetch depth when loading an object.JDBCFetchPlansetQueryResultCacheEnabled(boolean cache)Control whether or not query caching is enabled.JDBCFetchPlansetQueryTimeout(int timeout)The number of milliseconds to wait for a query, or -1 for no limit.JDBCFetchPlansetReadLockMode(jakarta.persistence.LockModeType mode)The lock level to use for locking loaded objects.JDBCFetchPlansetResultSetType(int mode)JDBCFetchPlanImplsetResultSetType(ResultSetType type)Type of JDBC result set to use for query results.JDBCFetchPlansetSubclassFetchMode(int mode)JDBCFetchPlanImplsetSubclassFetchMode(FetchMode mode)Eager fetch mode in loading subclasses.JDBCFetchPlansetWriteLockMode(jakarta.persistence.LockModeType mode)The lock level to use for locking dirtied objects.- 
Methods inherited from class org.apache.openjpa.persistence.FetchPlanImpl
equals, getCacheRetrieveMode, getCacheStoreMode, getDelegate, getExtendedPathLookup, getFetchBatchSize, getFetchGroups, getFields, getHint, getHints, getLockScope, getLockTimeout, getMaxFetchDepth, getQueryResultCache, getQueryResultCacheEnabled, getQueryTimeout, getReadLockMode, getWriteLockMode, hasField, hasField, hashCode, registerHint, setCacheRetrieveMode, setCacheStoreMode, setExtendedPathLookup, setHint, setHints, setLockScope, setQueryResultCache 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.apache.openjpa.persistence.FetchPlan
getCacheRetrieveMode, getCacheStoreMode, getDelegate, getExtendedPathLookup, getFetchBatchSize, getFetchGroups, getFields, getHint, getHints, getLockScope, getLockTimeout, getMaxFetchDepth, getQueryResultCache, getQueryResultCacheEnabled, getQueryTimeout, getReadLockMode, getWriteLockMode, hasField, hasField, setCacheRetrieveMode, setCacheStoreMode, setExtendedPathLookup, setHint, setLockScope, setQueryResultCache 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
JDBCFetchPlanImpl
public JDBCFetchPlanImpl(FetchConfiguration fetch)
Constructor; supply delegate. 
 - 
 
- 
Method Detail
- 
newDelegatingFetchConfiguration
protected DelegatingFetchConfiguration newDelegatingFetchConfiguration(FetchConfiguration fetch)
Description copied from class:FetchPlanImplCreate a new exception-translating delegating fetch configuration.- Overrides:
 newDelegatingFetchConfigurationin classFetchPlanImpl
 
- 
getEagerFetchMode
public FetchMode getEagerFetchMode()
Description copied from interface:JDBCFetchPlanEager fetch mode in loading relations.- Specified by:
 getEagerFetchModein interfaceJDBCFetchPlan
 
- 
setEagerFetchMode
public JDBCFetchPlanImpl setEagerFetchMode(FetchMode mode)
Description copied from interface:JDBCFetchPlanEager fetch mode in loading relations.- Specified by:
 setEagerFetchModein interfaceJDBCFetchPlan
 
- 
setEagerFetchMode
public JDBCFetchPlan setEagerFetchMode(int mode)
- Specified by:
 setEagerFetchModein interfaceJDBCFetchPlan
 
- 
getSubclassFetchMode
public FetchMode getSubclassFetchMode()
Description copied from interface:JDBCFetchPlanEager fetch mode in loading subclasses.- Specified by:
 getSubclassFetchModein interfaceJDBCFetchPlan
 
- 
setSubclassFetchMode
public JDBCFetchPlanImpl setSubclassFetchMode(FetchMode mode)
Description copied from interface:JDBCFetchPlanEager fetch mode in loading subclasses.- Specified by:
 setSubclassFetchModein interfaceJDBCFetchPlan
 
- 
setSubclassFetchMode
public JDBCFetchPlan setSubclassFetchMode(int mode)
- Specified by:
 setSubclassFetchModein interfaceJDBCFetchPlan
 
- 
getResultSetType
public ResultSetType getResultSetType()
Description copied from interface:JDBCFetchPlanType of JDBC result set to use for query results.- Specified by:
 getResultSetTypein interfaceJDBCFetchPlan
 
- 
setResultSetType
public JDBCFetchPlanImpl setResultSetType(ResultSetType type)
Description copied from interface:JDBCFetchPlanType of JDBC result set to use for query results.- Specified by:
 setResultSetTypein interfaceJDBCFetchPlan
 
- 
setResultSetType
public JDBCFetchPlan setResultSetType(int mode)
- Specified by:
 setResultSetTypein interfaceJDBCFetchPlan
 
- 
getFetchDirection
public FetchDirection getFetchDirection()
Description copied from interface:JDBCFetchPlanResult set fetch direction.- Specified by:
 getFetchDirectionin interfaceJDBCFetchPlan
 
- 
setFetchDirection
public JDBCFetchPlanImpl setFetchDirection(FetchDirection direction)
Description copied from interface:JDBCFetchPlanResult set fetch direction.- Specified by:
 setFetchDirectionin interfaceJDBCFetchPlan
 
- 
setFetchDirection
public JDBCFetchPlan setFetchDirection(int direction)
- Specified by:
 setFetchDirectionin interfaceJDBCFetchPlan
 
- 
getLRSSizeAlgorithm
public LRSSizeAlgorithm getLRSSizeAlgorithm()
Description copied from interface:JDBCFetchPlanHow to determine the size of a large result set.- Specified by:
 getLRSSizeAlgorithmin interfaceJDBCFetchPlan
 
- 
setLRSSizeAlgorithm
public JDBCFetchPlanImpl setLRSSizeAlgorithm(LRSSizeAlgorithm lrsSizeAlgorithm)
Description copied from interface:JDBCFetchPlanHow to determine the size of a large result set.- Specified by:
 setLRSSizeAlgorithmin interfaceJDBCFetchPlan
 
- 
getLRSSize
public int getLRSSize()
- Specified by:
 getLRSSizein interfaceJDBCFetchPlan
 
- 
setLRSSize
public JDBCFetchPlan setLRSSize(int lrsSizeMode)
- Specified by:
 setLRSSizein interfaceJDBCFetchPlan
 
- 
getJoinSyntax
public JoinSyntax getJoinSyntax()
Description copied from interface:JDBCFetchPlanSQL join syntax.- Specified by:
 getJoinSyntaxin interfaceJDBCFetchPlan
 
- 
setJoinSyntax
public JDBCFetchPlanImpl setJoinSyntax(JoinSyntax syntax)
Description copied from interface:JDBCFetchPlanSQL join syntax.- Specified by:
 setJoinSyntaxin interfaceJDBCFetchPlan
 
- 
setJoinSyntax
public JDBCFetchPlan setJoinSyntax(int syntax)
- Specified by:
 setJoinSyntaxin interfaceJDBCFetchPlan
 
- 
getIsolation
public IsolationLevel getIsolation()
Description copied from interface:JDBCFetchPlanThe isolation level for queries issued to the database. This overrides the persistence-unit-wideopenjpa.jdbc.TransactionIsolationvalue.- Specified by:
 getIsolationin interfaceJDBCFetchPlan
 
- 
setIsolation
public JDBCFetchPlan setIsolation(IsolationLevel level)
Description copied from interface:JDBCFetchPlanThe isolation level for queries issued to the database. This overrides the persistence-unit-wideopenjpa.jdbc.TransactionIsolationvalue.- Specified by:
 setIsolationin interfaceJDBCFetchPlan
 
- 
addFetchGroup
public JDBCFetchPlan addFetchGroup(java.lang.String group)
Description copied from interface:FetchPlanAddsgroupto the set of fetch group to use when loading objects.- Specified by:
 addFetchGroupin interfaceFetchPlan- Specified by:
 addFetchGroupin interfaceJDBCFetchPlan- Overrides:
 addFetchGroupin classFetchPlanImpl
 
- 
addFetchGroups
public JDBCFetchPlan addFetchGroups(java.util.Collection groups)
Description copied from interface:FetchPlanAddsgroupsto the set of fetch group names to use when loading objects.- Specified by:
 addFetchGroupsin interfaceFetchPlan- Specified by:
 addFetchGroupsin interfaceJDBCFetchPlan- Overrides:
 addFetchGroupsin classFetchPlanImpl
 
- 
addFetchGroups
public JDBCFetchPlan addFetchGroups(java.lang.String... groups)
Description copied from interface:FetchPlanAddsgroupsto the set of fetch group names to use when loading objects.- Specified by:
 addFetchGroupsin interfaceFetchPlan- Specified by:
 addFetchGroupsin interfaceJDBCFetchPlan- Overrides:
 addFetchGroupsin classFetchPlanImpl
 
- 
addField
public JDBCFetchPlan addField(java.lang.Class cls, java.lang.String field)
Description copied from interface:FetchPlanAddsfieldto the set of field names to use when loading objects.- Specified by:
 addFieldin interfaceFetchPlan- Specified by:
 addFieldin interfaceJDBCFetchPlan- Overrides:
 addFieldin classFetchPlanImpl
 
- 
addField
public JDBCFetchPlan addField(java.lang.String field)
Description copied from interface:FetchPlanAddsfieldto the set of fully-qualified field names to use when loading objects.- Specified by:
 addFieldin interfaceFetchPlan- Specified by:
 addFieldin interfaceJDBCFetchPlan- Overrides:
 addFieldin classFetchPlanImpl
 
- 
addFields
public JDBCFetchPlan addFields(java.lang.Class cls, java.util.Collection fields)
Description copied from interface:FetchPlanAddsfieldsto the set of field names to use when loading objects.- Specified by:
 addFieldsin interfaceFetchPlan- Specified by:
 addFieldsin interfaceJDBCFetchPlan- Overrides:
 addFieldsin classFetchPlanImpl
 
- 
addFields
public JDBCFetchPlan addFields(java.lang.Class cls, java.lang.String... fields)
Description copied from interface:FetchPlanAddsfieldsto the set of field names to use when loading objects.- Specified by:
 addFieldsin interfaceFetchPlan- Specified by:
 addFieldsin interfaceJDBCFetchPlan- Overrides:
 addFieldsin classFetchPlanImpl
 
- 
addFields
public JDBCFetchPlan addFields(java.util.Collection fields)
Description copied from interface:FetchPlanAddsfieldsto the set of fully-qualified field names to use when loading objects.- Specified by:
 addFieldsin interfaceFetchPlan- Specified by:
 addFieldsin interfaceJDBCFetchPlan- Overrides:
 addFieldsin classFetchPlanImpl
 
- 
addFields
public JDBCFetchPlan addFields(java.lang.String... fields)
Description copied from interface:FetchPlanAddsfieldsto the set of fully-qualified field names to use when loading objects.- Specified by:
 addFieldsin interfaceFetchPlan- Specified by:
 addFieldsin interfaceJDBCFetchPlan- Overrides:
 addFieldsin classFetchPlanImpl
 
- 
clearFetchGroups
public JDBCFetchPlan clearFetchGroups()
Description copied from interface:FetchPlanClears the set of fetch group names to use wen loading data. After this operation is invoked, only those fields in the default fetch group (and any requested field) will be loaded when loading an object.- Specified by:
 clearFetchGroupsin interfaceFetchPlan- Specified by:
 clearFetchGroupsin interfaceJDBCFetchPlan- Overrides:
 clearFetchGroupsin classFetchPlanImpl
 
- 
clearFields
public JDBCFetchPlan clearFields()
Description copied from interface:FetchPlanClears the set of field names to use wen loading data. After this operation is invoked, only those fields in the configured fetch groups will be loaded when loading an object.- Specified by:
 clearFieldsin interfaceFetchPlan- Specified by:
 clearFieldsin interfaceJDBCFetchPlan- Overrides:
 clearFieldsin classFetchPlanImpl
 
- 
removeFetchGroup
public JDBCFetchPlan removeFetchGroup(java.lang.String group)
Description copied from interface:FetchPlanRemove the given fetch group.- Specified by:
 removeFetchGroupin interfaceFetchPlan- Specified by:
 removeFetchGroupin interfaceJDBCFetchPlan- Overrides:
 removeFetchGroupin classFetchPlanImpl
 
- 
removeFetchGroups
public JDBCFetchPlan removeFetchGroups(java.util.Collection groups)
Description copied from interface:FetchPlanRemovesgroupsfrom the set of fetch group names to use when loading objects.- Specified by:
 removeFetchGroupsin interfaceFetchPlan- Specified by:
 removeFetchGroupsin interfaceJDBCFetchPlan- Overrides:
 removeFetchGroupsin classFetchPlanImpl
 
- 
removeFetchGroups
public JDBCFetchPlan removeFetchGroups(java.lang.String... groups)
Description copied from interface:FetchPlanRemovesgroupsfrom the set of fetch group names to use when loading objects.- Specified by:
 removeFetchGroupsin interfaceFetchPlan- Specified by:
 removeFetchGroupsin interfaceJDBCFetchPlan- Overrides:
 removeFetchGroupsin classFetchPlanImpl
 
- 
removeField
public JDBCFetchPlan removeField(java.lang.Class cls, java.lang.String field)
Description copied from interface:FetchPlanRemove the given field.- Specified by:
 removeFieldin interfaceFetchPlan- Specified by:
 removeFieldin interfaceJDBCFetchPlan- Overrides:
 removeFieldin classFetchPlanImpl
 
- 
removeField
public JDBCFetchPlan removeField(java.lang.String field)
Description copied from interface:FetchPlanRemove the given fully-qualified field.- Specified by:
 removeFieldin interfaceFetchPlan- Specified by:
 removeFieldin interfaceJDBCFetchPlan- Overrides:
 removeFieldin classFetchPlanImpl
 
- 
removeFields
public JDBCFetchPlan removeFields(java.lang.Class cls, java.util.Collection fields)
Description copied from interface:FetchPlanRemovesfieldsfrom the set of field names to use when loading objects.- Specified by:
 removeFieldsin interfaceFetchPlan- Specified by:
 removeFieldsin interfaceJDBCFetchPlan- Overrides:
 removeFieldsin classFetchPlanImpl
 
- 
removeFields
public JDBCFetchPlan removeFields(java.lang.Class cls, java.lang.String... fields)
Description copied from interface:FetchPlanRemovesfieldsfrom the set of field names to use when loading objects.- Specified by:
 removeFieldsin interfaceFetchPlan- Specified by:
 removeFieldsin interfaceJDBCFetchPlan- Overrides:
 removeFieldsin classFetchPlanImpl
 
- 
removeFields
public JDBCFetchPlan removeFields(java.util.Collection fields)
Description copied from interface:FetchPlanRemovesfieldsfrom the set of fully-qualified field names to use when loading objects.- Specified by:
 removeFieldsin interfaceFetchPlan- Specified by:
 removeFieldsin interfaceJDBCFetchPlan- Overrides:
 removeFieldsin classFetchPlanImpl
 
- 
removeFields
public JDBCFetchPlan removeFields(java.lang.String... fields)
Description copied from interface:FetchPlanRemovesfieldsfrom the set of fully-qualified field names to use when loading objects.- Specified by:
 removeFieldsin interfaceFetchPlan- Specified by:
 removeFieldsin interfaceJDBCFetchPlan- Overrides:
 removeFieldsin classFetchPlanImpl
 
- 
resetFetchGroups
public JDBCFetchPlan resetFetchGroups()
Description copied from interface:FetchPlanResets the set of fetch groups to the list in the global configuration.- Specified by:
 resetFetchGroupsin interfaceFetchPlan- Specified by:
 resetFetchGroupsin interfaceJDBCFetchPlan- Overrides:
 resetFetchGroupsin classFetchPlanImpl
 
- 
setQueryResultCacheEnabled
public JDBCFetchPlan setQueryResultCacheEnabled(boolean cache)
Description copied from interface:FetchPlanControl whether or not query caching is enabled. This has no effect if the datacache plugin is not installed, or if the query cache size is set to zero.- Specified by:
 setQueryResultCacheEnabledin interfaceFetchPlan- Specified by:
 setQueryResultCacheEnabledin interfaceJDBCFetchPlan- Overrides:
 setQueryResultCacheEnabledin classFetchPlanImpl
 
- 
setFetchBatchSize
public JDBCFetchPlan setFetchBatchSize(int fetchBatchSize)
Description copied from interface:FetchPlanSet the fetch batch size for large result set support. Defaults to theopenjpa.FetchBatchSizesetting. Note that this property will be ignored under some data stores.- Specified by:
 setFetchBatchSizein interfaceFetchPlan- Specified by:
 setFetchBatchSizein interfaceJDBCFetchPlan- Overrides:
 setFetchBatchSizein classFetchPlanImpl
 
- 
setLockTimeout
public JDBCFetchPlan setLockTimeout(int timeout)
Description copied from interface:FetchPlanThe number of milliseconds to wait for an object lock, or -1 for no limit.- Specified by:
 setLockTimeoutin interfaceFetchPlan- Specified by:
 setLockTimeoutin interfaceJDBCFetchPlan- Overrides:
 setLockTimeoutin classFetchPlanImpl
 
- 
setMaxFetchDepth
public JDBCFetchPlan setMaxFetchDepth(int depth)
Description copied from interface:FetchPlanThe maximum fetch depth when loading an object.- Specified by:
 setMaxFetchDepthin interfaceFetchPlan- Specified by:
 setMaxFetchDepthin interfaceJDBCFetchPlan- Overrides:
 setMaxFetchDepthin classFetchPlanImpl
 
- 
setReadLockMode
public JDBCFetchPlan setReadLockMode(jakarta.persistence.LockModeType mode)
Description copied from interface:FetchPlanThe lock level to use for locking loaded objects.- Specified by:
 setReadLockModein interfaceFetchPlan- Specified by:
 setReadLockModein interfaceJDBCFetchPlan- Overrides:
 setReadLockModein classFetchPlanImpl
 
- 
setWriteLockMode
public JDBCFetchPlan setWriteLockMode(jakarta.persistence.LockModeType mode)
Description copied from interface:FetchPlanThe lock level to use for locking dirtied objects.- Specified by:
 setWriteLockModein interfaceFetchPlan- Specified by:
 setWriteLockModein interfaceJDBCFetchPlan- Overrides:
 setWriteLockModein classFetchPlanImpl
 
- 
setQueryTimeout
public JDBCFetchPlan setQueryTimeout(int timeout)
Description copied from interface:FetchPlanThe number of milliseconds to wait for a query, or -1 for no limit.- Specified by:
 setQueryTimeoutin interfaceFetchPlan- Specified by:
 setQueryTimeoutin interfaceJDBCFetchPlan- Overrides:
 setQueryTimeoutin classFetchPlanImpl
 
- 
getIgnoreDfgForFkSelect
public boolean getIgnoreDfgForFkSelect()
Description copied from interface:JDBCFetchPlanAffirms if foreign key for a relation field will be pre-fetched as part of the owning object irrespective of whether the field is included in the default fetch group of this fetch configuration.
By default, foreign key for a relation field is pre-fetched as part of the owning object only if the field in included in the default fetch group of this fetch configuration.- Specified by:
 getIgnoreDfgForFkSelectin interfaceJDBCFetchPlan
 
- 
setIgnoreDfgForFkSelect
public void setIgnoreDfgForFkSelect(boolean b)
Description copied from interface:JDBCFetchPlanAffirms if foreign key for a relation field will be pre-fetched as part of the owning object irrespective of whether the field is included in the default fetch group of this fetch configuration.
By default, foreign key for a relation field is pre-fetched as part of the owning object only if the field in included in the default fetch group of this fetch configuration.- Specified by:
 setIgnoreDfgForFkSelectin interfaceJDBCFetchPlan
 
 - 
 
 -