Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
Partially constructed query that has enough information supplied to form a complete query.
If no further modifications are needed, use runWith(EntityEngine)
or runWith(OfBizDelegator)
to specify the execution method, then use one of the return methods from SelectQuery.ExecutionContext
to collect the results. When both components are available, EntityEngine
should be preferred, but the
two mechanisms are functionally equivalent.
Fields
protected
final
QueryBuilder<E>
queryBuilder
Protected Constructors
protected
ExecutableContext
(QueryBuilder<E> queryBuilder)
Public Methods
Specifies the entity engine implementation to use for running the query.
Parameters
ofBizDelegator
| the OfBizDelegator to use for running the query |
Returns
- the fully constructed query, complete with execution context. Use one of the return methods
specified by
SelectQuery.ExecutionContext
to collect the results.
Specifies the entity engine implementation to use for running the query.
Parameters
entityEngine
| the EntityEngine to use for running the query |
Returns
- the fully constructed query, complete with execution context. Use one of the return methods
specified by
SelectQuery.ExecutionContext
to collect the results.