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

    Constructors
    Constructor
    Description
    EntityAttributeCondition(String whereString, String propertyName, String value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    makeWhereString(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • EntityAttributeCondition

      public EntityAttributeCondition(String whereString, String propertyName, String value)
  • Method Details

    • makeWhereString

      public String makeWhereString(org.ofbiz.core.entity.model.ModelEntity modelEntity, List entityConditionParams, org.ofbiz.core.entity.jdbc.sql.escape.SqlEscapeHelper sqlEscapeHelper)
      Overrides:
      makeWhereString in class org.ofbiz.core.entity.EntityWhereString