public class

NullEntityAttributeCondition

extends EntityWhereString
java.lang.Object
   ↳ org.ofbiz.core.entity.EntityCondition
     ↳ org.ofbiz.core.entity.EntityWhereString
       ↳ com.atlassian.jira.crowd.embedded.ofbiz.NullEntityAttributeCondition

Class Overview

This class builds an Entity Condition "where string" that supports parameter markers.

Summary

[Expand]
Inherited Fields
From class org.ofbiz.core.entity.EntityWhereString
Public Constructors
NullEntityAttributeCondition(String whereString, String propertyName)
Public Methods
String makeWhereString(ModelEntity modelEntity, List entityConditionParams)
[Expand]
Inherited Methods
From class org.ofbiz.core.entity.EntityWhereString
From class org.ofbiz.core.entity.EntityCondition
From class java.lang.Object

Public Constructors

public NullEntityAttributeCondition (String whereString, String propertyName)

Public Methods

public String makeWhereString (ModelEntity modelEntity, List entityConditionParams)