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 itpublic static class Select.SelectColumnsFromContext<E> extends Select.WhereClauseAwareContext<E>
.where
and .orderBy
clauses.SelectQuery.ExecutionContext<E>
queryBuilder
Modifier and Type | Method and Description |
---|---|
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) |
byId, whereLike, whereNull
runWith, runWith
public Select.WhereContext<E> whereEqual(String fieldName, String value)
whereEqual
in class Select.WhereClauseAwareContext<E>
public Select.WhereContext<E> whereEqual(String fieldName, Long value)
whereEqual
in class Select.WhereClauseAwareContext<E>
public Select.WhereContext<E> where(String fieldName, org.ofbiz.core.entity.EntityOperator operator, Long value)
where
in class Select.WhereClauseAwareContext<E>
public Select.WhereContext<E> whereCondition(org.ofbiz.core.entity.EntityCondition condition)
whereCondition
in class Select.WhereClauseAwareContext<E>
public Select.OrderByContext<E> orderBy(String... orderByColumn)
orderBy
in class Select.WhereClauseAwareContext<E>
Copyright © 2002-2024 Atlassian. All Rights Reserved.