public class

SelectQueryImpl

extends Object
implements SelectQuery<E>
java.lang.Object
   ↳ com.atlassian.jira.entity.SelectQueryImpl<E>

Summary

Nested Classes
class SelectQueryImpl.ExecutionContextImpl<E>  
Public Constructors
SelectQueryImpl(QueryBuilder<E> builder)
Public Methods
boolean equals(Object o)
int hashCode()
ExecutionContext<E> runWith(OfBizDelegator ofBizDelegator)
ExecutionContext<E> runWith(EntityEngine entityEngine)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.entity.SelectQuery

Public Constructors

public SelectQueryImpl (QueryBuilder<E> builder)

Public Methods

public boolean equals (Object o)

public int hashCode ()

public ExecutionContext<E> runWith (OfBizDelegator ofBizDelegator)

public ExecutionContext<E> runWith (EntityEngine entityEngine)

public String toString ()