public class BackendQueryHolder<E extends BackendQuery<E>> extends Object
BackendQuery and captures additional information that pertains to its execution and to be used by a
QueryExecutor:
| Constructor and Description |
|---|
BackendQueryHolder(E backendQuery,
boolean fitted,
boolean sorted) |
BackendQueryHolder(E backendQuery,
boolean fitted,
boolean sorted,
Object executionInfo) |
Copyright © 2012–2014. All rights reserved.