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

java.lang.Object
  extended by com.atlassian.jira.entity.Select.ExecutableContext<E>
      extended by com.atlassian.jira.entity.Select.WhereClauseAwareContext<E>
          extended by com.atlassian.jira.entity.Select.SelectColumnsFromContext<E>
Type Parameters:
E - the type of value that the query yields, which is either implied by the factory method used or inferred from the NamedEntityBuilder that was supplied to it
All Implemented Interfaces:
SelectQuery<E>
Enclosing class:
Select

public static class Select.SelectColumnsFromContext<E>
extends Select.WhereClauseAwareContext<E>

A partially constructed query that may accept .where and .orderBy clauses.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.entity.SelectQuery
SelectQuery.ExecutionContext<E>
 
Field Summary
 
Fields inherited from class com.atlassian.jira.entity.Select.ExecutableContext
queryBuilder
 
Method Summary
 Select.OrderByContext<E> orderBy(String... orderByColumn)
           
 Select.WhereContext<E> where(String fieldName, org.ofbiz.core.entity.EntityOperator operator, Long value)
           
 Select.WhereContext<E> whereCondition(org.ofbiz.core.entity.EntityCondition condition)
           
 Select.WhereContext<E> whereEqual(String fieldName, Long value)
           
 Select.WhereContext<E> whereEqual(String fieldName, String value)
           
 
Methods inherited from class com.atlassian.jira.entity.Select.WhereClauseAwareContext
byId, whereLike, whereNull
 
Methods inherited from class com.atlassian.jira.entity.Select.ExecutableContext
runWith, runWith
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

whereEqual

public Select.WhereContext<E> whereEqual(String fieldName,
                                         String value)
Specified by:
whereEqual in class Select.WhereClauseAwareContext<E>

whereEqual

public Select.WhereContext<E> whereEqual(String fieldName,
                                         Long value)
Specified by:
whereEqual in class Select.WhereClauseAwareContext<E>

where

public Select.WhereContext<E> where(String fieldName,
                                    org.ofbiz.core.entity.EntityOperator operator,
                                    Long value)
Specified by:
where in class Select.WhereClauseAwareContext<E>

whereCondition

public Select.WhereContext<E> whereCondition(org.ofbiz.core.entity.EntityCondition condition)
Specified by:
whereCondition in class Select.WhereClauseAwareContext<E>

orderBy

public Select.OrderByContext<E> orderBy(String... orderByColumn)
Specified by:
orderBy in class Select.WhereClauseAwareContext<E>


Copyright © 2002-2014 Atlassian. All Rights Reserved.