public interface LoadSecondaryQuery
That is +query nodes in a orm query get executed after the initial query as 'secondary' queries.
| Modifier and Type | Method and Description |
|---|---|
void |
loadSecondaryQuery(OrmQueryRequest<?> parentRequest,
int requestedBatchSize,
boolean all)
Execute the secondary query with a given batch size.
|
void loadSecondaryQuery(OrmQueryRequest<?> parentRequest, int requestedBatchSize, boolean all)
parentRequest - the originating query requestCopyright © 2014. All Rights Reserved.