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(java.util.function.Supplier<T> valueSupplier)static <T> IsGreaterThan<T>SqlBuilder. isGreaterThan(T value) -
Uses of IsGreaterThan in org.mybatis.dynamic.sql.where.condition
Subclasses of IsGreaterThan in org.mybatis.dynamic.sql.where.condition Modifier and Type Class Description classIsGreaterThanWhenPresent<T>Methods in org.mybatis.dynamic.sql.where.condition that return IsGreaterThan Modifier and Type Method Description static <T> IsGreaterThan<T>IsGreaterThan. of(java.util.function.Supplier<T> valueSupplier)IsGreaterThan<T>IsGreaterThan. then(java.util.function.UnaryOperator<T> transformer)IsGreaterThan<T>IsGreaterThan. when(java.util.function.Predicate<T> predicate)
-