Uses of Class
org.mybatis.dynamic.sql.where.condition.IsNotInCaseInsensitive
-
Packages that use IsNotInCaseInsensitive Package Description org.mybatis.dynamic.sql org.mybatis.dynamic.sql.where.condition -
-
Uses of IsNotInCaseInsensitive in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return IsNotInCaseInsensitive Modifier and Type Method Description static IsNotInCaseInsensitive
SqlBuilder. isNotInCaseInsensitive(String... values)
static IsNotInCaseInsensitive
SqlBuilder. isNotInCaseInsensitive(Collection<String> values)
static IsNotInCaseInsensitive
SqlBuilder. isNotInCaseInsensitiveWhenPresent(String... values)
static IsNotInCaseInsensitive
SqlBuilder. isNotInCaseInsensitiveWhenPresent(Collection<String> values)
-
Uses of IsNotInCaseInsensitive in org.mybatis.dynamic.sql.where.condition
Methods in org.mybatis.dynamic.sql.where.condition that return IsNotInCaseInsensitive Modifier and Type Method Description static IsNotInCaseInsensitive
IsNotInCaseInsensitive. empty()
IsNotInCaseInsensitive
IsNotInCaseInsensitive. filter(Predicate<? super String> predicate)
IsNotInCaseInsensitive
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 IsNotInCaseInsensitive
IsNotInCaseInsensitive. of(String... values)
static IsNotInCaseInsensitive
IsNotInCaseInsensitive. of(Collection<String> values)
IsNotInCaseInsensitive
IsNotInCaseInsensitive. withListEmptyCallback(Callback callback)
-