| Package | Description |
|---|---|
| org.ofbiz.core.entity | |
| org.ofbiz.core.entity.jdbc |
| Modifier and Type | Method and Description |
|---|---|
int |
GenericDAO.update(GenericEntity entity,
EntityConditionParam nonPkCondition)
Updates the given entity with the given non-PK values.
|
| Modifier and Type | Method and Description |
|---|---|
String |
EntityExpr.makeWhereString(ModelEntity modelEntity,
List<? super EntityConditionParam> entityConditionParams) |
String |
EntityFieldMap.makeWhereString(ModelEntity modelEntity,
List<? super EntityConditionParam> entityConditionParams) |
String |
EntityExprList.makeWhereString(ModelEntity modelEntity,
List<? super EntityConditionParam> entityConditionParams) |
String |
EntityConditionList.makeWhereString(ModelEntity modelEntity,
List<? super EntityConditionParam> entityConditionParams) |
String |
EntityWhereString.makeWhereString(ModelEntity modelEntity,
List<? super EntityConditionParam> entityConditionParams) |
abstract String |
EntityCondition.makeWhereString(ModelEntity modelEntity,
List<? super EntityConditionParam> entityConditionParams)
Creates a string for use in a WHERE clause, based on this condition.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
SqlJdbcUtil.makeWhereStringFromFields(List<ModelField> modelFields,
Map<String,?> fieldValues,
String operator,
List<? super EntityConditionParam> entityConditionParams)
Makes a WHERE clause String with "
|
Copyright © 2018 Atlassian. All rights reserved.