|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl.JDBCConfigurationState
protected static class JDBCFetchConfigurationImpl.JDBCConfigurationState
Configurable JDBC state shared throughout a traversal chain.
Field Summary | |
---|---|
int |
direction
|
int |
eagerMode
|
java.util.Set<java.lang.String> |
fetchInnerJoins
|
int |
isolationLevel
|
java.util.Set<java.lang.String> |
joins
|
int |
size
|
int |
subclassMode
|
int |
syntax
|
int |
type
|
Constructor Summary | |
---|---|
protected |
JDBCFetchConfigurationImpl.JDBCConfigurationState()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int eagerMode
public int subclassMode
public int type
public int direction
public int size
public int syntax
public java.util.Set<java.lang.String> joins
public java.util.Set<java.lang.String> fetchInnerJoins
public int isolationLevel
Constructor Detail |
---|
protected JDBCFetchConfigurationImpl.JDBCConfigurationState()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |