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