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 IsInCaseInsensitive
SqlBuilder. isInCaseInsensitive(java.lang.String... values)
static IsInCaseInsensitive
SqlBuilder. 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 class
IsInCaseInsensitiveWhenPresent
Methods in org.mybatis.dynamic.sql.where.condition that return IsInCaseInsensitive Modifier and Type Method Description static IsInCaseInsensitive
IsInCaseInsensitive. of(java.util.Collection<java.lang.String> values)
IsInCaseInsensitive
IsInCaseInsensitive. 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.
-