java.lang.Object
org.springframework.data.relational.core.sql.MultipleCondition
org.springframework.data.relational.core.sql.OrCondition
All Implemented Interfaces:
Condition, Expression, Segment, Visitable

public class OrCondition extends MultipleCondition
Condition representing an OR relation between two Conditions.
Since:
1.1
Author:
Mark Paluch
See Also:
  • Method Details