Uses of Class
org.mybatis.dynamic.sql.where.condition.IsGreaterThan
-
Packages that use IsGreaterThan Package Description org.mybatis.dynamic.sql org.mybatis.dynamic.sql.where.condition -
-
Uses of IsGreaterThan in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return IsGreaterThan Modifier and Type Method Description static <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
Methods in org.mybatis.dynamic.sql.where.condition that return IsGreaterThan Modifier and Type Method Description static <T> IsGreaterThan<T>
IsGreaterThan. empty()
IsGreaterThan<T>
IsGreaterThan. filter(Predicate<? super T> predicate)
<R> IsGreaterThan<R>
IsGreaterThan. map(Function<? super T,? extends R> mapper)
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)
-