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 IsNotLikeCaseInsensitiveSqlBuilder. isNotLikeCaseInsensitive(java.lang.String value)static IsNotLikeCaseInsensitiveSqlBuilder. 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 classIsNotLikeCaseInsensitiveWhenPresentMethods in org.mybatis.dynamic.sql.where.condition that return IsNotLikeCaseInsensitive Modifier and Type Method Description static IsNotLikeCaseInsensitiveIsNotLikeCaseInsensitive. of(java.util.function.Supplier<java.lang.String> valueSupplier)IsNotLikeCaseInsensitiveIsNotLikeCaseInsensitive. then(java.util.function.UnaryOperator<java.lang.String> transformer)IsNotLikeCaseInsensitiveIsNotLikeCaseInsensitive. when(java.util.function.Predicate<java.lang.String> predicate)
-