Uses of Class
org.mybatis.dynamic.sql.where.condition.IsInCaseInsensitiveWhenPresent
Packages that use IsInCaseInsensitiveWhenPresent
-
Uses of IsInCaseInsensitiveWhenPresent in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return IsInCaseInsensitiveWhenPresentModifier and TypeMethodDescriptionSqlBuilder.isInCaseInsensitiveWhenPresent
(String... values) SqlBuilder.isInCaseInsensitiveWhenPresent
(Collection<String> values) -
Uses of IsInCaseInsensitiveWhenPresent in org.mybatis.dynamic.sql.where.condition
Methods in org.mybatis.dynamic.sql.where.condition that return IsInCaseInsensitiveWhenPresentModifier 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)