Class IsBetween.WhenPresentBuilder<T>
- java.lang.Object
-
- org.mybatis.dynamic.sql.where.condition.AndGatherer<T,IsBetween<T>>
-
- org.mybatis.dynamic.sql.where.condition.IsBetween.WhenPresentBuilder<T>
-
public static class IsBetween.WhenPresentBuilder<T> extends AndGatherer<T,IsBetween<T>>
-
-
Field Summary
-
Fields inherited from class org.mybatis.dynamic.sql.where.condition.AndGatherer
value1, value2
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IsBetween<T>
build()
-
Methods inherited from class org.mybatis.dynamic.sql.where.condition.AndGatherer
and, and
-
-