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