Package com.atlassian.jira.entity
Class Select.LimitContext<E>
java.lang.Object
com.atlassian.jira.entity.Select.ExecutableContext<E>
com.atlassian.jira.entity.Select.LimitContext<E>
- Type Parameters:
E
- the type of value that the query yields, which is either implied by the factory method used or inferred from theNamedEntityBuilder
that was supplied to it
- All Implemented Interfaces:
SelectQuery<E>
- Enclosing class:
- Select
A fully specified query that is ready to be executed.
Use .runWith
to complete the query by specifying an execution method.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.jira.entity.SelectQuery
SelectQuery.ExecutionContext<E>
-
Field Summary
Fields inherited from class com.atlassian.jira.entity.Select.ExecutableContext
queryBuilder
-
Method Summary
Methods inherited from class com.atlassian.jira.entity.Select.ExecutableContext
runWith, runWith