Uses of Class
org.mybatis.dynamic.sql.where.condition.IsGreaterThan
Packages that use IsGreaterThan
-
Uses of IsGreaterThan in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return IsGreaterThanModifier 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
Methods in org.mybatis.dynamic.sql.where.condition that return IsGreaterThanModifier 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)