|
Kodo 4.2.0. generated on July 28 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kodo.runtime.FetchConfiguration kodo.jdbc.runtime.JDBCFetchConfiguration
public class JDBCFetchConfiguration
A Kodo 3.x backwards-compatible interface to fetch configuration.
Field Summary | |
---|---|
static int |
JOIN_SYNTAX_DATABASE
Deprecated. |
static int |
JOIN_SYNTAX_SQL92
Deprecated. |
static int |
JOIN_SYNTAX_TRADITIONAL
Deprecated. |
Fields inherited from class kodo.runtime.FetchConfiguration |
---|
DEFAULT, EAGER_FETCH_MULTIPLE, EAGER_FETCH_NONE, EAGER_FETCH_SINGLE, EAGER_JOIN, EAGER_NONE, EAGER_PARALLEL, FETCH_GROUP_ALL, FETCH_GROUP_DEFAULT, QUERY_FLUSH_FALSE, QUERY_FLUSH_TRUE, QUERY_FLUSH_WITH_CONNECTION |
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 |
Fields inherited from interface org.apache.openjpa.kernel.LockLevels |
---|
LOCK_NONE, LOCK_READ, LOCK_WRITE |
Fields inherited from interface org.apache.openjpa.kernel.QueryFlushModes |
---|
FLUSH_FALSE, FLUSH_TRUE, FLUSH_WITH_CONNECTION |
Constructor Summary | |
---|---|
JDBCFetchConfiguration(KodoPersistenceManager pm,
JDBCFetchConfiguration fetch)
Deprecated. |
Method Summary | |
---|---|
Object |
clone()
Deprecated. |
int |
getEagerFetchMode()
Deprecated. |
int |
getFetchDirection()
Deprecated. |
int |
getJoinSyntax()
Deprecated. |
int |
getLRSSize()
Deprecated. |
int |
getResultSetType()
Deprecated. |
int |
getSubclassFetchMode()
Deprecated. |
void |
setEagerFetchMode(int mode)
Deprecated. |
void |
setFetchDirection(int direction)
Deprecated. |
void |
setJoinSyntax(int syntax)
Deprecated. |
void |
setLRSSize(int lrsSize)
Deprecated. |
void |
setResultSetType(int type)
Deprecated. |
void |
setSubclassFetchMode(int mode)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int JOIN_SYNTAX_SQL92
public static final int JOIN_SYNTAX_TRADITIONAL
public static final int JOIN_SYNTAX_DATABASE
Constructor Detail |
---|
public JDBCFetchConfiguration(KodoPersistenceManager pm, JDBCFetchConfiguration fetch)
Method Detail |
---|
public int getEagerFetchMode()
getEagerFetchMode
in class FetchConfiguration
public void setEagerFetchMode(int mode)
setEagerFetchMode
in class FetchConfiguration
public int getSubclassFetchMode()
getSubclassFetchMode
in class FetchConfiguration
public void setSubclassFetchMode(int mode)
setSubclassFetchMode
in class FetchConfiguration
public int getResultSetType()
public void setResultSetType(int type)
public int getFetchDirection()
public void setFetchDirection(int direction)
public int getLRSSize()
public void setLRSSize(int lrsSize)
public int getJoinSyntax()
public void setJoinSyntax(int syntax)
public Object clone()
clone
in class FetchConfiguration
|
Kodo 4.2.0. generated on July 28 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |