Uses of Class
org.mybatis.dynamic.sql.where.condition.IsNotLikeCaseInsensitive
-
Uses of IsNotLikeCaseInsensitive in org.mybatis.dynamic.sql
Modifier 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
Modifier 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