Uses of Class
org.mybatis.dynamic.sql.where.condition.IsNotBetween
-
Uses of IsNotBetween in org.mybatis.dynamic.sql.where.condition
Modifier and TypeMethodDescriptionprotected IsNotBetween
<T> IsNotBetween.Builder.build()
protected IsNotBetween
<T> IsNotBetween.WhenPresentBuilder.build()
static <T> IsNotBetween
<T> IsNotBetween.empty()
IsNotBetween.filter
(BiPredicate<? super T, ? super T> predicate) <R> IsNotBetween
<R> If renderable, apply the mapping to both values and return a new condition with the new values.<R> IsNotBetween
<R> If renderable, apply the mappings to the values and return a new condition with the new values.