org.apache.openjpa.kernel
Class FetchConfigurationImpl.ConfigurationState
java.lang.Object
org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- FetchConfigurationImpl
protected static class FetchConfigurationImpl.ConfigurationState
- extends Object
- implements Serializable
Configurable 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 |
ctx
public transient StoreContext ctx
fetchBatchSize
public int fetchBatchSize
maxFetchDepth
public int maxFetchDepth
queryCache
public boolean queryCache
flushQuery
public int flushQuery
lockTimeout
public int lockTimeout
readLockLevel
public int readLockLevel
writeLockLevel
public int writeLockLevel
fetchGroups
public Set fetchGroups
fields
public Set fields
rootClasses
public Set rootClasses
rootInstances
public Set rootInstances
hints
public Map hints
FetchConfigurationImpl.ConfigurationState
protected FetchConfigurationImpl.ConfigurationState()
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.