Class AndCondition

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

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