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