Uses of Class
org.mybatis.dynamic.sql.where.condition.IsLikeCaseInsensitiveWhenPresent
Packages that use IsLikeCaseInsensitiveWhenPresent
-
Uses of IsLikeCaseInsensitiveWhenPresent in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return IsLikeCaseInsensitiveWhenPresentModifier and TypeMethodDescriptionSqlBuilder.isLikeCaseInsensitiveWhenPresent(@Nullable String value) SqlBuilder.isLikeCaseInsensitiveWhenPresent(Supplier<@Nullable String> valueSupplier) -
Uses of IsLikeCaseInsensitiveWhenPresent in org.mybatis.dynamic.sql.where.condition
Methods in org.mybatis.dynamic.sql.where.condition that return IsLikeCaseInsensitiveWhenPresentModifier and TypeMethodDescriptionstatic <T> IsLikeCaseInsensitiveWhenPresent<T> IsLikeCaseInsensitiveWhenPresent.empty()static <T> IsLikeCaseInsensitiveWhenPresent<T> IsLikeCaseInsensitiveWhenPresent.of(@Nullable T value)