com.atlassian.jira.entity
Class SelectQueryImpl<E>

java.lang.Object
  extended by com.atlassian.jira.entity.SelectQueryImpl<E>
All Implemented Interfaces:
SelectQuery<E>

public class SelectQueryImpl<E>
extends Object
implements SelectQuery<E>

Since:
v5.2

Nested Class Summary
 class SelectQueryImpl.ExecutionContextImpl<E>
           
 
Nested classes/interfaces inherited from interface com.atlassian.jira.entity.SelectQuery
SelectQuery.ExecutionContext<E>
 
Constructor Summary
SelectQueryImpl(com.atlassian.jira.entity.Select.QueryBuilder<E> builder)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 SelectQuery.ExecutionContext<E> runWith(EntityEngine entityEngine)
           
 SelectQuery.ExecutionContext<E> runWith(OfBizDelegator ofBizDelegator)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectQueryImpl

public SelectQueryImpl(com.atlassian.jira.entity.Select.QueryBuilder<E> builder)
Method Detail

runWith

public SelectQuery.ExecutionContext<E> runWith(OfBizDelegator ofBizDelegator)
Specified by:
runWith in interface SelectQuery<E>

runWith

public SelectQuery.ExecutionContext<E> runWith(EntityEngine entityEngine)
Specified by:
runWith in interface SelectQuery<E>

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.