Uses of Class
org.mybatis.dynamic.sql.where.condition.IsLikeCaseInsensitive
-
Uses of IsLikeCaseInsensitive in org.mybatis.dynamic.sql
Modifier and TypeMethodDescriptionstatic IsLikeCaseInsensitive
SqlBuilder.isLikeCaseInsensitive
(String value) static IsLikeCaseInsensitive
SqlBuilder.isLikeCaseInsensitive
(Supplier<String> valueSupplier) static IsLikeCaseInsensitive
SqlBuilder.isLikeCaseInsensitiveWhenPresent
(String value) static IsLikeCaseInsensitive
SqlBuilder.isLikeCaseInsensitiveWhenPresent
(Supplier<String> valueSupplier) -
Uses of IsLikeCaseInsensitive in org.mybatis.dynamic.sql.where.condition
Modifier and TypeMethodDescriptionstatic IsLikeCaseInsensitive
IsLikeCaseInsensitive.empty()
IsLikeCaseInsensitive.map
(UnaryOperator<String> mapper) If renderable, apply the mapping to the value and return a new condition with the new value.static IsLikeCaseInsensitive