Uses of Class
org.mybatis.dynamic.sql.where.condition.IsNotInCaseInsensitive
Packages that use IsNotInCaseInsensitive
-
Uses of IsNotInCaseInsensitive in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return IsNotInCaseInsensitiveModifier and TypeMethodDescriptionstatic IsNotInCaseInsensitive
SqlBuilder.isNotInCaseInsensitive
(String... values) static IsNotInCaseInsensitive
SqlBuilder.isNotInCaseInsensitive
(Collection<String> values) -
Uses of IsNotInCaseInsensitive in org.mybatis.dynamic.sql.where.condition
Methods in org.mybatis.dynamic.sql.where.condition that return IsNotInCaseInsensitiveModifier and TypeMethodDescriptionstatic IsNotInCaseInsensitive
IsNotInCaseInsensitive.empty()
IsNotInCaseInsensitive.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 IsNotInCaseInsensitive
static IsNotInCaseInsensitive
IsNotInCaseInsensitive.of
(Collection<String> values)