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 org.springframework.data.relational.core.sql.MultipleCondition
getConditions, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.data.relational.core.sql.Condition
and, not, or
-
Method Details
-
visit
Description copied from interface:Visitable -
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.
-