Uses of Class
org.mybatis.dynamic.sql.where.condition.IsNotInCaseInsensitiveWhenPresent
-
Uses of IsNotInCaseInsensitiveWhenPresent in org.mybatis.dynamic.sql
Modifier and TypeMethodDescriptionSqlBuilder.isNotInCaseInsensitiveWhenPresent
(String... values) SqlBuilder.isNotInCaseInsensitiveWhenPresent
(Collection<String> values) -
Uses of IsNotInCaseInsensitiveWhenPresent in org.mybatis.dynamic.sql.where.condition
Modifier and TypeMethodDescriptionIsNotInCaseInsensitiveWhenPresent.empty()
IsNotInCaseInsensitiveWhenPresent.map
(UnaryOperator<String> mapper) If not empty, apply the mapping to each value in the list return a new condition with the mapped values.IsNotInCaseInsensitiveWhenPresent.of
(Collection<String> values)