public interface SelectQuery<E>
Modifier and Type | Interface and Description |
---|---|
static interface |
SelectQuery.ExecutionContext<E>
The parser context for entity engine
Select queries that is available after calling
Select.ExecutableContext.runWith(EntityEngine) or
Select.ExecutableContext.runWith(com.atlassian.jira.ofbiz.OfBizDelegator) . |
Modifier and Type | Method and Description |
---|---|
SelectQuery.ExecutionContext<E> |
runWith(EntityEngine entityEngine) |
SelectQuery.ExecutionContext<E> |
runWith(OfBizDelegator ofBizDelegator) |
SelectQuery.ExecutionContext<E> runWith(OfBizDelegator ofBizDelegator)
SelectQuery.ExecutionContext<E> runWith(EntityEngine entityEngine)
Copyright © 2002-2016 Atlassian. All Rights Reserved.