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 IsNotLikeCaseInsensitiveSqlBuilder.isNotLikeCaseInsensitive(String value) static IsNotLikeCaseInsensitiveSqlBuilder.isNotLikeCaseInsensitive(Supplier<String> valueSupplier) static IsNotLikeCaseInsensitiveSqlBuilder.isNotLikeCaseInsensitiveWhenPresent(String value) static IsNotLikeCaseInsensitiveSqlBuilder.isNotLikeCaseInsensitiveWhenPresent(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 IsNotLikeCaseInsensitiveIsNotLikeCaseInsensitive.empty()IsNotLikeCaseInsensitive.map(UnaryOperator<String> mapper) If renderable, apply the mapping to the value and return a new condition with the new value.static IsNotLikeCaseInsensitive