Package | Description |
---|---|
com.atlassian.jira.entity |
Modifier and Type | Class and Description |
---|---|
static class |
Select.ExecutableContext<E>
Partially constructed query that has enough information supplied to form a complete query.
|
static class |
Select.LimitContext<E>
A fully specified query that is ready to be executed.
|
static class |
Select.OrderByContext<E>
A partially constructed query with completed column, entity, where condition, and ordering information
already specified.
|
static class |
Select.SelectColumnsFromContext<E>
A partially constructed query that may accept
.where and .orderBy clauses. |
static class |
Select.WhereClauseAwareContext<E>
Marker for contexts that can accept a where clause.
|
static class |
Select.WhereContext<E>
A partially constructed query that may accept
.where and .orderBy clauses. |
class |
SelectQueryImpl<E> |
Modifier and Type | Method and Description |
---|---|
<E> SelectQuery.ExecutionContext<E> |
EntityEngineImpl.run(SelectQuery<E> selectQuery) |
<E> SelectQuery.ExecutionContext<E> |
EntityEngine.run(SelectQuery<E> selectQuery) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.