Class NavigationPropertyWhereClauseCondition
java.lang.Object
de.hybris.platform.integrationservices.search.WhereClauseCondition
de.hybris.platform.integrationservices.search.NavigationPropertyWhereClauseCondition
Represents a where clause condition (e.g. "{attributeName} IN (attributeValue)").
-
Constructor Summary
ConstructorsConstructorDescriptionNavigationPropertyWhereClauseCondition(String attributeName, String attributeValue) Stores a single where clause condition. -
Method Summary
Methods inherited from class de.hybris.platform.integrationservices.search.WhereClauseCondition
equals, getAttributeName, getCompareOperator, getCondition, getConjunctiveOperator, hashCode, toString, toWhereClauseConditions
-
Constructor Details
-
NavigationPropertyWhereClauseCondition
Stores a single where clause condition.- Parameters:
attributeName- - attribute nameattributeValue- - attribute value
-