Uses of Class
org.mybatis.dynamic.sql.where.condition.IsBetween
-
Packages that use IsBetween Package Description org.mybatis.dynamic.sql.where.condition -
-
Uses of IsBetween in org.mybatis.dynamic.sql.where.condition
Methods in org.mybatis.dynamic.sql.where.condition that return IsBetween Modifier and Type Method Description protected IsBetween<T>IsBetween.Builder. build()protected IsBetween<T>IsBetween.WhenPresentBuilder. build()static <T> IsBetween<T>IsBetween. empty()IsBetween<T>IsBetween. filter(BiPredicate<? super T,? super T> predicate)IsBetween<T>IsBetween. filter(Predicate<? super T> predicate)<R> IsBetween<R>IsBetween. 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> IsBetween<R>IsBetween. 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.IsBetween<T>IsBetween. then(UnaryOperator<T> mapper1, UnaryOperator<T> mapper2)Deprecated.replaced bymap(Function, Function)IsBetween<T>IsBetween. when(BiPredicate<T,T> predicate)Deprecated.replaced byfilter(BiPredicate)
-