Package com.atlassian.jira.entity
Interface SelectQuery<E>
- All Known Implementing Classes:
Select.ExecutableContext
,Select.LimitContext
,Select.OrderByContext
,Select.SelectColumnsFromContext
,Select.WhereClauseAwareContext
,Select.WhereContext
,SelectQueryImpl
public interface SelectQuery<E>
- Since:
- v5.2
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The parser context for entity engineSelect
queries that is available after callingSelect.ExecutableContext.runWith(EntityEngine)
orSelect.ExecutableContext.runWith(com.atlassian.jira.ofbiz.OfBizDelegator)
. -
Method Summary
Modifier and TypeMethodDescriptionrunWith
(EntityEngine entityEngine) runWith
(OfBizDelegator ofBizDelegator)
-
Method Details
-
runWith
-
runWith
-