com.atlassian.jira.entity
Class SelectQueryImpl<E>
java.lang.Object
com.atlassian.jira.entity.SelectQueryImpl<E>
- All Implemented Interfaces:
- SelectQuery<E>
public class SelectQueryImpl<E>
- extends Object
- implements SelectQuery<E>
- Since:
- v5.2
|
Constructor Summary |
SelectQueryImpl(com.atlassian.jira.entity.Select.QueryBuilder<E> builder)
|
SelectQueryImpl
public SelectQueryImpl(com.atlassian.jira.entity.Select.QueryBuilder<E> builder)
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.