public class SelectQueryImpl<E> extends Object implements SelectQuery<E>
Modifier and Type | Class and Description |
---|---|
class |
SelectQueryImpl.ExecutionContextImpl<E> |
SelectQuery.ExecutionContext<E>
Constructor and Description |
---|
SelectQueryImpl(com.atlassian.jira.entity.Select.QueryBuilder<E> builder) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
SelectQuery.ExecutionContext<E> |
runWith(EntityEngine entityEngine) |
SelectQuery.ExecutionContext<E> |
runWith(OfBizDelegator ofBizDelegator) |
String |
toString() |
public SelectQueryImpl(com.atlassian.jira.entity.Select.QueryBuilder<E> builder)
public SelectQuery.ExecutionContext<E> runWith(OfBizDelegator ofBizDelegator)
runWith
in interface SelectQuery<E>
public SelectQuery.ExecutionContext<E> runWith(EntityEngine entityEngine)
runWith
in interface SelectQuery<E>
Copyright © 2002-2016 Atlassian. All Rights Reserved.