org.apache.openjpa.jdbc.kernel
Class JDBCFetchConfigurationImpl.JDBCConfigurationState
java.lang.Object
   org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl.JDBCConfigurationState
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<String> joins
fetchInnerJoins
public Set<String> fetchInnerJoins
isolationLevel
public int isolationLevel
ignoreDfgForFkSelect
public boolean ignoreDfgForFkSelect
JDBCFetchConfigurationImpl.JDBCConfigurationState
protected JDBCFetchConfigurationImpl.JDBCConfigurationState()
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.