|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openjpa.persistence.FetchPlan
org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
public class JDBCFetchPlan
JDBC extensions to the fetch plan.
Field Summary |
---|
Fields inherited from class org.apache.openjpa.persistence.FetchPlan |
---|
DEFAULT, DEPTH_INFINITE, GROUP_ALL, GROUP_DEFAULT |
Fields inherited from interface org.apache.openjpa.jdbc.kernel.EagerFetchModes |
---|
EAGER_JOIN, EAGER_NONE, EAGER_PARALLEL |
Fields inherited from interface org.apache.openjpa.jdbc.kernel.LRSSizes |
---|
SIZE_LAST, SIZE_QUERY, SIZE_UNKNOWN |
Fields inherited from interface org.apache.openjpa.jdbc.sql.JoinSyntaxes |
---|
SYNTAX_DATABASE, SYNTAX_SQL92, SYNTAX_TRADITIONAL |
Constructor Summary | |
---|---|
JDBCFetchPlan(org.apache.openjpa.kernel.FetchConfiguration fetch)
Constructor; supply delegate. |
Method Summary | |
---|---|
int |
getEagerFetchMode()
|
int |
getFetchDirection()
|
int |
getJoinSyntax()
|
int |
getLRSSize()
|
int |
getResultSetType()
|
int |
getSubclassFetchMode()
|
protected org.apache.openjpa.kernel.DelegatingFetchConfiguration |
newDelegatingFetchConfiguration(org.apache.openjpa.kernel.FetchConfiguration fetch)
|
JDBCFetchPlan |
setEagerFetchMode(int mode)
|
JDBCFetchPlan |
setFetchDirection(int direction)
|
JDBCFetchPlan |
setJoinSyntax(int syntax)
|
JDBCFetchPlan |
setLRSSize(int lrsSize)
|
JDBCFetchPlan |
setResultSetType(int type)
|
JDBCFetchPlan |
setSubclassFetchMode(int mode)
|
Methods inherited from class org.apache.openjpa.persistence.FetchPlan |
---|
addFetchGroup, addFetchGroups, addFetchGroups, addField, addField, addFields, addFields, addFields, addFields, clearFetchGroups, clearFields, equals, getDelegate, getFetchBatchSize, getFetchGroups, getFields, getLockTimeout, getMaxFetchDepth, getQueryResultCache, getReadLockMode, getWriteLockMode, hasField, hasField, hashCode, removeFetchGroup, removeFetchGroups, removeFetchGroups, removeField, removeField, removeFields, removeFields, removeFields, removeFields, resetFetchGroups, setFetchBatchSize, setLockTimeout, setMaxFetchDepth, setQueryResultCache, setReadLockMode, setWriteLockMode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JDBCFetchPlan(org.apache.openjpa.kernel.FetchConfiguration fetch)
Method Detail |
---|
protected org.apache.openjpa.kernel.DelegatingFetchConfiguration newDelegatingFetchConfiguration(org.apache.openjpa.kernel.FetchConfiguration fetch)
newDelegatingFetchConfiguration
in class org.apache.openjpa.persistence.FetchPlan
public int getEagerFetchMode()
public JDBCFetchPlan setEagerFetchMode(int mode)
public int getSubclassFetchMode()
public JDBCFetchPlan setSubclassFetchMode(int mode)
public int getResultSetType()
public JDBCFetchPlan setResultSetType(int type)
public int getFetchDirection()
public JDBCFetchPlan setFetchDirection(int direction)
public int getLRSSize()
public JDBCFetchPlan setLRSSize(int lrsSize)
public int getJoinSyntax()
public JDBCFetchPlan setJoinSyntax(int syntax)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |