public class DLoadBeanContext extends DLoadBaseContext implements LoadBeanContext
| Modifier and Type | Class and Description |
|---|---|
static class |
DLoadBeanContext.LoadBuffer
A buffer for batch loading beans on a given path.
|
desc, firstBatchSize, fullPath, hitCache, objectGraphNode, parent, path, queryFetch, queryProps, secondaryBatchSize, serverName| Constructor and Description |
|---|
DLoadBeanContext(DLoadContext parent,
BeanDescriptor<?> desc,
String path,
int defaultBatchSize,
OrmQueryProperties queryProps) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureQuery(SpiQuery<?> query,
String lazyLoadProperty) |
void |
loadSecondaryQuery(OrmQueryRequest<?> parentRequest,
int requestedBatchSize,
boolean all)
Execute the secondary query with a given batch size.
|
protected void |
register(EntityBeanIntercept ebi) |
getPersistenceContextpublic DLoadBeanContext(DLoadContext parent, BeanDescriptor<?> desc, String path, int defaultBatchSize, OrmQueryProperties queryProps)
protected void register(EntityBeanIntercept ebi)
public void loadSecondaryQuery(OrmQueryRequest<?> parentRequest, int requestedBatchSize, boolean all)
LoadSecondaryQueryloadSecondaryQuery in interface LoadSecondaryQueryparentRequest - the originating query requestCopyright © 2014. All Rights Reserved.