Uses of Class
org.mybatis.dynamic.sql.where.condition.IsLessThan
-
Uses of IsLessThan in org.mybatis.dynamic.sql
Modifier 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
Modifier 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)