Uses of Class
org.mybatis.dynamic.sql.where.condition.IsNotLikeCaseInsensitive
Packages that use IsNotLikeCaseInsensitive
-
Uses of IsNotLikeCaseInsensitive in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return IsNotLikeCaseInsensitiveModifier and TypeMethodDescriptionstatic IsNotLikeCaseInsensitive<String> SqlBuilder.isNotLikeCaseInsensitive(String value) static IsNotLikeCaseInsensitive<String> SqlBuilder.isNotLikeCaseInsensitive(Supplier<String> valueSupplier) -
Uses of IsNotLikeCaseInsensitive in org.mybatis.dynamic.sql.where.condition
Methods in org.mybatis.dynamic.sql.where.condition that return IsNotLikeCaseInsensitiveModifier and TypeMethodDescriptionstatic <T> IsNotLikeCaseInsensitive<T> IsNotLikeCaseInsensitive.empty()<R> IsNotLikeCaseInsensitive<R> static <T> IsNotLikeCaseInsensitive<T> IsNotLikeCaseInsensitive.of(T value)