Uses of Class
org.mybatis.dynamic.sql.where.condition.IsNotInCaseInsensitiveWhenPresent
Packages that use IsNotInCaseInsensitiveWhenPresent
-
Uses of IsNotInCaseInsensitiveWhenPresent in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return IsNotInCaseInsensitiveWhenPresentModifier and TypeMethodDescriptionSqlBuilder.isNotInCaseInsensitiveWhenPresent(@Nullable String... values) SqlBuilder.isNotInCaseInsensitiveWhenPresent(@Nullable Collection<@Nullable String> values) -
Uses of IsNotInCaseInsensitiveWhenPresent in org.mybatis.dynamic.sql.where.condition
Methods in org.mybatis.dynamic.sql.where.condition that return IsNotInCaseInsensitiveWhenPresentModifier and TypeMethodDescriptionstatic <T> IsNotInCaseInsensitiveWhenPresent<T> IsNotInCaseInsensitiveWhenPresent.empty()static <T> IsNotInCaseInsensitiveWhenPresent<T> IsNotInCaseInsensitiveWhenPresent.of(@Nullable T... values) static <T> IsNotInCaseInsensitiveWhenPresent<T> IsNotInCaseInsensitiveWhenPresent.of(@Nullable Collection<@Nullable T> values)