Uses of Class
org.mybatis.dynamic.sql.where.condition.IsNotLikeWhenPresent
-
Packages that use IsNotLikeWhenPresent Package Description org.mybatis.dynamic.sql org.mybatis.dynamic.sql.where.condition -
-
Uses of IsNotLikeWhenPresent in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return IsNotLikeWhenPresent Modifier and Type Method Description static <T> IsNotLikeWhenPresent<T>SqlBuilder. isNotLikeWhenPresent(java.util.function.Supplier<T> valueSupplier)static <T> IsNotLikeWhenPresent<T>SqlBuilder. isNotLikeWhenPresent(T value) -
Uses of IsNotLikeWhenPresent in org.mybatis.dynamic.sql.where.condition
Methods in org.mybatis.dynamic.sql.where.condition that return IsNotLikeWhenPresent Modifier and Type Method Description static <T> IsNotLikeWhenPresent<T>IsNotLikeWhenPresent. of(java.util.function.Supplier<T> valueSupplier)IsNotLikeWhenPresent<T>IsNotLikeWhenPresent. then(java.util.function.UnaryOperator<T> transformer)
-