com.atlassian.jira.entity
Interface SelectQuery<E>

All Known Implementing Classes:
Select.ExecutableContext, Select.LimitContext, Select.OrderByContext, Select.SelectColumnsFromContext, Select.WhereClauseAwareContext, Select.WhereContext, SelectQueryImpl

public interface SelectQuery<E>

Since:
v5.2

Nested Class Summary
static interface SelectQuery.ExecutionContext<E>
           
 
Method Summary
 SelectQuery.ExecutionContext<E> runWith(EntityEngine entityEngine)
           
 SelectQuery.ExecutionContext<E> runWith(OfBizDelegator ofBizDelegator)
           
 

Method Detail

runWith

SelectQuery.ExecutionContext<E> runWith(OfBizDelegator ofBizDelegator)

runWith

SelectQuery.ExecutionContext<E> runWith(EntityEngine entityEngine)


Copyright © 2002-2014 Atlassian. All Rights Reserved.