Class IsBetweenWhenPresent.Builder<T>
- java.lang.Object
-
- org.mybatis.dynamic.sql.where.condition.AndGatherer<T,IsBetweenWhenPresent<T>>
-
- org.mybatis.dynamic.sql.where.condition.IsBetweenWhenPresent.Builder<T>
-
- Enclosing class:
- IsBetweenWhenPresent<T>
public static class IsBetweenWhenPresent.Builder<T> extends AndGatherer<T,IsBetweenWhenPresent<T>>
-
-
Field Summary
-
Fields inherited from class org.mybatis.dynamic.sql.where.condition.AndGatherer
valueSupplier1, valueSupplier2
-
-
Method Summary
Modifier and Type Method Description protected IsBetweenWhenPresent<T>
build()
-
Methods inherited from class org.mybatis.dynamic.sql.where.condition.AndGatherer
and, and
-
-
-
-
Method Detail
-
build
protected IsBetweenWhenPresent<T> build()
- Specified by:
build
in classAndGatherer<T,IsBetweenWhenPresent<T>>
-
-