Uses of Class
org.mybatis.dynamic.sql.where.condition.IsBetween
Packages that use IsBetween
-
Uses of IsBetween in org.mybatis.dynamic.sql.where.condition
Methods in org.mybatis.dynamic.sql.where.condition that return IsBetweenModifier 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.