public abstract class DLoadBaseContext extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BeanDescriptor<?> |
desc |
protected int |
firstBatchSize |
protected String |
fullPath |
protected boolean |
hitCache |
protected ObjectGraphNode |
objectGraphNode |
protected DLoadContext |
parent |
protected String |
path |
protected boolean |
queryFetch |
protected OrmQueryProperties |
queryProps |
protected int |
secondaryBatchSize |
protected String |
serverName |
| Constructor and Description |
|---|
DLoadBaseContext(DLoadContext parent,
BeanDescriptor<?> desc,
String path,
int defaultBatchSize,
OrmQueryProperties queryProps) |
protected final DLoadContext parent
protected final BeanDescriptor<?> desc
protected final String path
protected final String fullPath
protected final OrmQueryProperties queryProps
protected final boolean hitCache
protected final String serverName
protected final int firstBatchSize
protected final int secondaryBatchSize
protected final ObjectGraphNode objectGraphNode
protected final boolean queryFetch
public DLoadBaseContext(DLoadContext parent, BeanDescriptor<?> desc, String path, int defaultBatchSize, OrmQueryProperties queryProps)
protected PersistenceContext getPersistenceContext()
Copyright © 2014. All Rights Reserved.