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
Methods in org.mybatis.dynamic.sql.where.condition that return IsNotBetween Modifier and Type Method Description protected IsNotBetween<T>
IsNotBetween.Builder. build()
protected IsNotBetween<T>
IsNotBetween.WhenPresentBuilder. build()
static <T> IsNotBetween<T>
IsNotBetween. empty()
IsNotBetween<T>
IsNotBetween. filter(BiPredicate<? super T,? super T> predicate)
IsNotBetween<T>
IsNotBetween. filter(Predicate<? super T> predicate)
<R> IsNotBetween<R>
IsNotBetween. map(Function<? super T,? extends R> mapper)
If renderable, apply the mapping to both values and return a new condition with the new values.<R> IsNotBetween<R>
IsNotBetween. map(Function<? super T,? extends R> mapper1, Function<? super T,? extends R> mapper2)
If renderable, apply the mappings to the values and return a new condition with the new values.
-