protected static class FetchConfigurationImpl.ConfigurationState extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
cacheNonDefaultFetchPlanQueries |
DataCacheRetrieveMode |
cacheRetrieveMode |
DataCacheStoreMode |
cacheStoreMode |
StoreContext |
ctx |
boolean |
extendedPathLookup |
int |
fetchBatchSize |
boolean |
fetchGroupContainsAll |
boolean |
fetchGroupContainsDefault |
boolean |
fetchGroupIsPUDefault |
Set<String> |
fetchGroups |
Set<String> |
fields |
int |
flushQuery |
Map<String,Object> |
hints |
int |
lockScope |
int |
lockTimeout |
int |
maxFetchDepth |
boolean |
queryCache |
int |
queryTimeout |
int |
readLockLevel |
Set<Class<?>> |
rootClasses |
Set<Object> |
rootInstances |
int |
writeLockLevel |
Modifier | Constructor and Description |
---|---|
protected |
ConfigurationState() |
public transient StoreContext ctx
public int fetchBatchSize
public int maxFetchDepth
public boolean queryCache
public int flushQuery
public int lockTimeout
public int queryTimeout
public int lockScope
public int readLockLevel
public int writeLockLevel
public boolean fetchGroupContainsDefault
public boolean fetchGroupContainsAll
public boolean fetchGroupIsPUDefault
public boolean extendedPathLookup
public DataCacheRetrieveMode cacheRetrieveMode
public DataCacheStoreMode cacheStoreMode
public boolean cacheNonDefaultFetchPlanQueries
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.