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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
public Set joins
fetchInnerJoins
public Set fetchInnerJoins
isolationLevel
public int isolationLevel
JDBCFetchConfigurationImpl.JDBCConfigurationState
protected JDBCFetchConfigurationImpl.JDBCConfigurationState()
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.