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

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

public static class Select.WhereContext<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
 Select.WhereContext andEqual(String fieldName, Long value)
           
 Select.WhereContext andEqual(String fieldName, String value)
           
 Select.OrderByContext<E> orderBy(String... orderByColumn)
           
 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

andEqual

public Select.WhereContext andEqual(String fieldName,
                                    String value)

andEqual

public Select.WhereContext andEqual(String fieldName,
                                    Long value)

orderBy

public Select.OrderByContext<E> orderBy(String... orderByColumn)

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.