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 IsNotInCaseInsensitiveSqlBuilder.isNotInCaseInsensitive(String... values) static IsNotInCaseInsensitiveSqlBuilder.isNotInCaseInsensitive(Collection<String> values) static IsNotInCaseInsensitiveSqlBuilder.isNotInCaseInsensitiveWhenPresent(String... values) static IsNotInCaseInsensitiveSqlBuilder.isNotInCaseInsensitiveWhenPresent(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 IsNotInCaseInsensitiveIsNotInCaseInsensitive.empty()IsNotInCaseInsensitive.map(UnaryOperator<String> mapper) If renderable, apply the mapping to each value in the list return a new condition with the mapped values.static IsNotInCaseInsensitivestatic IsNotInCaseInsensitiveIsNotInCaseInsensitive.of(Collection<String> values)