Package org.apache.openjpa.jdbc.kernel
Class JDBCFetchConfigurationImpl.JDBCConfigurationState
java.lang.Object
org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl.JDBCConfigurationState
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JDBCFetchConfigurationImpl
protected static class JDBCFetchConfigurationImpl.JDBCConfigurationState
extends Object
implements Serializable
Configurable JDBC state shared throughout a traversal chain.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionint
int
boolean
int
int
int
int
int
-
Constructor Summary
-
Method Summary
-
Field Details
-
eagerMode
public int eagerMode -
subclassMode
public int subclassMode -
type
public int type -
direction
public int direction -
size
public int size -
syntax
public int syntax -
joins
-
fetchInnerJoins
-
isolationLevel
public int isolationLevel -
ignoreDfgForFkSelect
public boolean ignoreDfgForFkSelect
-
-
Constructor Details
-
JDBCConfigurationState
protected JDBCConfigurationState()
-