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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description int
direction
int
eagerMode
Set<String>
fetchInnerJoins
boolean
ignoreDfgForFkSelect
int
isolationLevel
Set<String>
joins
int
size
int
subclassMode
int
syntax
int
type
-
Constructor Summary
Constructors Modifier Constructor Description protected
JDBCConfigurationState()
-