Uses of Class
org.mybatis.dynamic.sql.where.condition.IsNotInCaseInsensitive
-
Uses of IsNotInCaseInsensitive in org.mybatis.dynamic.sql
Modifier and TypeMethodDescriptionstatic IsNotInCaseInsensitive
SqlBuilder.isNotInCaseInsensitive
(String... values) static IsNotInCaseInsensitive
SqlBuilder.isNotInCaseInsensitive
(Collection<String> values) -
Uses of IsNotInCaseInsensitive in org.mybatis.dynamic.sql.where.condition
Modifier 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)