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