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