Uses of Class
org.mybatis.dynamic.sql.where.condition.IsNotEqualTo
-
Packages that use IsNotEqualTo Package Description org.mybatis.dynamic.sql org.mybatis.dynamic.sql.where.condition -
-
Uses of IsNotEqualTo in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return IsNotEqualTo Modifier and Type Method Description static <T> IsNotEqualTo<T>
SqlBuilder. isNotEqualTo(Supplier<T> valueSupplier)
static <T> IsNotEqualTo<T>
SqlBuilder. isNotEqualTo(T value)
static <T> IsNotEqualTo<T>
SqlBuilder. isNotEqualToWhenPresent(Supplier<T> valueSupplier)
static <T> IsNotEqualTo<T>
SqlBuilder. isNotEqualToWhenPresent(T value)
-
Uses of IsNotEqualTo in org.mybatis.dynamic.sql.where.condition
Methods in org.mybatis.dynamic.sql.where.condition that return IsNotEqualTo Modifier and Type Method Description static <T> IsNotEqualTo<T>
IsNotEqualTo. empty()
IsNotEqualTo<T>
IsNotEqualTo. filter(Predicate<? super T> predicate)
<R> IsNotEqualTo<R>
IsNotEqualTo. 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> IsNotEqualTo<T>
IsNotEqualTo. of(T value)
-