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>
All Implemented Interfaces:
SelectQuery<E>
Enclosing class:
Select

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


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> 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>

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.