Class EntityAttributeCondition
java.lang.Object
org.ofbiz.core.entity.EntityCondition
org.ofbiz.core.entity.EntityWhereString
com.atlassian.jira.crowd.embedded.ofbiz.EntityAttributeCondition
- All Implemented Interfaces:
Serializable
public class EntityAttributeCondition
extends org.ofbiz.core.entity.EntityWhereString
This class builds an Entity Condition "where string" that supports parameter markers.
- Since:
- 0.1
- See Also:
-
Field Summary
Fields inherited from class org.ofbiz.core.entity.EntityWhereString
sqlString
-
Constructor Summary
ConstructorsConstructorDescriptionEntityAttributeCondition
(String whereString, String propertyName, String value) -
Method Summary
Modifier and TypeMethodDescriptionmakeWhereString
(org.ofbiz.core.entity.model.ModelEntity modelEntity, List entityConditionParams, org.ofbiz.core.entity.jdbc.sql.escape.SqlEscapeHelper sqlEscapeHelper) Methods inherited from class org.ofbiz.core.entity.EntityWhereString
checkCondition, getParameterCount, toString
-
Constructor Details
-
EntityAttributeCondition
-
-
Method Details