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
- Since:
- 1.1
- Author:
- Mark Paluch
- See Also:
-
Method Summary
Methods inherited from class MultipleCondition
getConditions, toString
-
Method Details
-
visit
-
hashCode
public int hashCode()Description copied from interface:SegmentGenerate a hash code from thisSegment.Hashcode typically derives from the
Segment.toString()representation so twoSegments yield the sameSegment.hashCode()if theirSegment.toString()representation matches. -
equals
Description copied from interface:SegmentCheck whether thisSegmentis equal to anotherSegment.Equality is typically given if the
Segment.toString()representation matches.
-