| java.lang.Object | ||
| ↳ | com.atlassian.jira.entity.Select.ExecutableContext<E> | |
| ↳ | com.atlassian.jira.entity.Select.OrderByContext<E> | |
A partially constructed query with completed column, entity, where condition, and ordering information
already specified. Use .limit to specify pagination for the results or .runWith to
complete the query by specifying an execution method.
|
[Expand]
Inherited Fields | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.entity.Select.ExecutableContext
| ||||||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.entity.Select.ExecutableContext
| |||||||||||||||
From class
java.lang.Object
| |||||||||||||||
From interface
com.atlassian.jira.entity.SelectQuery
| |||||||||||||||

