com.atlassian.jira.entity
Class Select.OrderByContext<E>

java.lang.Object
  extended by com.atlassian.jira.entity.Select.OrderByContext<E>
All Implemented Interfaces:
SelectQuery<E>
Enclosing class:
Select

public static class Select.OrderByContext<E>
extends Object
implements SelectQuery<E>


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

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>


Copyright © 2002-2013 Atlassian. All Rights Reserved.