Uses of Class
org.mybatis.dynamic.sql.where.condition.IsInCaseInsensitive
-
Packages that use IsInCaseInsensitive Package Description org.mybatis.dynamic.sql org.mybatis.dynamic.sql.where.condition -
-
Uses of IsInCaseInsensitive in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return IsInCaseInsensitive Modifier and Type Method Description static IsInCaseInsensitiveSqlBuilder. isInCaseInsensitive(java.lang.String... values)static IsInCaseInsensitiveSqlBuilder. isInCaseInsensitive(java.util.Collection<java.lang.String> values) -
Uses of IsInCaseInsensitive in org.mybatis.dynamic.sql.where.condition
Subclasses of IsInCaseInsensitive in org.mybatis.dynamic.sql.where.condition Modifier and Type Class Description classIsInCaseInsensitiveWhenPresentMethods in org.mybatis.dynamic.sql.where.condition that return IsInCaseInsensitive Modifier and Type Method Description static IsInCaseInsensitiveIsInCaseInsensitive. of(java.util.Collection<java.lang.String> values)IsInCaseInsensitiveIsInCaseInsensitive. then(java.util.function.UnaryOperator<java.util.stream.Stream<java.lang.String>> valueStreamTransformer)This method allows you to modify the condition's values before they are placed into the parameter map.
-