Class AndGatherer<T,R>
java.lang.Object
org.mybatis.dynamic.sql.where.condition.AndGatherer<T,R>
- Type Parameters:
T
- the type of field for the between conditionR
- the type of condition being built
- Direct Known Subclasses:
IsBetween.Builder
,IsBetween.WhenPresentBuilder
,IsNotBetween.Builder
,IsNotBetween.WhenPresentBuilder
Utility class supporting the "and" part of a between condition. This class supports builders, so it is mutable.
- Author:
- Jeff Butler
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
value1
-
value2
-
-
Constructor Details
-
AndGatherer
-
-
Method Details
-
and
-
and
-
build
-