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) -
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>static <T> IsGreaterThan<T>IsGreaterThan.of(T value)