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