Uses of Class
org.mybatis.dynamic.sql.where.condition.IsNotBetween
-
Packages that use IsNotBetween Package Description org.mybatis.dynamic.sql.where.condition -
-
Uses of IsNotBetween in org.mybatis.dynamic.sql.where.condition
Subclasses of IsNotBetween in org.mybatis.dynamic.sql.where.condition Modifier and Type Class Description classIsNotBetweenWhenPresent<T>Methods in org.mybatis.dynamic.sql.where.condition that return IsNotBetween Modifier and Type Method Description protected IsNotBetween<T>IsNotBetween.Builder. build()IsNotBetween<T>IsNotBetween. then(java.util.function.UnaryOperator<T> transformer1, java.util.function.UnaryOperator<T> transformer2)IsNotBetween<T>IsNotBetween. when(java.util.function.BiPredicate<T,T> predicate)
-