Uses of Class
org.mybatis.dynamic.sql.where.condition.IsGreaterThan
-
Uses of IsGreaterThan in org.mybatis.dynamic.sql
Modifier and TypeMethodDescriptionstatic <T> IsGreaterThan
<T> SqlBuilder.isGreaterThan
(Supplier<T> valueSupplier) static <T> IsGreaterThan
<T> SqlBuilder.isGreaterThan
(T value) static <T> IsGreaterThan
<T> SqlBuilder.isGreaterThanWhenPresent
(Supplier<T> valueSupplier) static <T> IsGreaterThan
<T> SqlBuilder.isGreaterThanWhenPresent
(T value) -
Uses of IsGreaterThan in org.mybatis.dynamic.sql.where.condition
Modifier and TypeMethodDescriptionstatic <T> IsGreaterThan
<T> IsGreaterThan.empty()
<R> IsGreaterThan
<R> If renderable, apply the mapping to the value and return a new condition with the new value.static <T> IsGreaterThan
<T> IsGreaterThan.of
(T value)