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