Uses of Class
org.mybatis.dynamic.sql.where.condition.IsLessThan
Packages that use IsLessThan
-
Uses of IsLessThan in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return IsLessThanModifier and TypeMethodDescriptionstatic <T> IsLessThan<T>
SqlBuilder.isLessThan
(Supplier<T> valueSupplier) static <T> IsLessThan<T>
SqlBuilder.isLessThan
(T value) static <T> IsLessThan<T>
SqlBuilder.isLessThanWhenPresent
(Supplier<T> valueSupplier) static <T> IsLessThan<T>
SqlBuilder.isLessThanWhenPresent
(T value) -
Uses of IsLessThan in org.mybatis.dynamic.sql.where.condition
Methods in org.mybatis.dynamic.sql.where.condition that return IsLessThanModifier and TypeMethodDescriptionstatic <T> IsLessThan<T>
IsLessThan.empty()
<R> IsLessThan<R>
If renderable, apply the mapping to the value and return a new condition with the new value.static <T> IsLessThan<T>
IsLessThan.of
(T value)