Uses of Class
org.ofbiz.core.entity.EntityConditionParam
Packages that use EntityConditionParam
-
Uses of EntityConditionParam in org.ofbiz.core.entity
Methods in org.ofbiz.core.entity with parameters of type EntityConditionParamModifier and TypeMethodDescriptionintGenericDAO.update(GenericEntity entity, EntityConditionParam nonPkCondition) Updates the given entity with the given non-PK values.Method parameters in org.ofbiz.core.entity with type arguments of type EntityConditionParamModifier and TypeMethodDescriptionabstract StringEntityCondition.makeWhereString(ModelEntity modelEntity, List<? super EntityConditionParam> entityConditionParams, SqlEscapeHelper sqlEscapeHelper) Creates a string for use in a WHERE clause, based on this condition.EntityConditionList.makeWhereString(ModelEntity modelEntity, List<? super EntityConditionParam> entityConditionParams, SqlEscapeHelper sqlEscapeHelper) EntityExpr.makeWhereString(ModelEntity modelEntity, List<? super EntityConditionParam> entityConditionParams, SqlEscapeHelper sqlEscapeHelper) EntityExprList.makeWhereString(ModelEntity modelEntity, List<? super EntityConditionParam> entityConditionParams, SqlEscapeHelper sqlEscapeHelper) EntityFieldMap.makeWhereString(ModelEntity modelEntity, List<? super EntityConditionParam> entityConditionParams, SqlEscapeHelper sqlEscapeHelper) EntityWhereString.makeWhereString(ModelEntity modelEntity, List<? super EntityConditionParam> entityConditionParams, SqlEscapeHelper sqlEscapeHelper)