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
SqlBuilder.isNotLikeCaseInsensitive
(String value) static IsNotLikeCaseInsensitive
SqlBuilder.isNotLikeCaseInsensitive
(Supplier<String> valueSupplier) static IsNotLikeCaseInsensitive
SqlBuilder.isNotLikeCaseInsensitiveWhenPresent
(String value) static IsNotLikeCaseInsensitive
SqlBuilder.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 IsNotLikeCaseInsensitive
IsNotLikeCaseInsensitive.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