Class IsNotBetween.WhenPresentBuilder<T>
- java.lang.Object
-
- org.mybatis.dynamic.sql.where.condition.AndGatherer<T,IsNotBetween<T>>
-
- org.mybatis.dynamic.sql.where.condition.IsNotBetween.WhenPresentBuilder<T>
-
- Enclosing class:
- IsNotBetween<T>
public static class IsNotBetween.WhenPresentBuilder<T> extends AndGatherer<T,IsNotBetween<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 IsNotBetween<T>
build()
-
Methods inherited from class org.mybatis.dynamic.sql.where.condition.AndGatherer
and, and
-
-
-
-
Method Detail
-
build
protected IsNotBetween<T> build()
- Specified by:
build
in classAndGatherer<T,IsNotBetween<T>>
-
-