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