Uses of Class
org.mybatis.dynamic.sql.where.condition.IsNotLikeCaseInsensitive
-
Packages that use IsNotLikeCaseInsensitive Package Description org.mybatis.dynamic.sql org.mybatis.dynamic.sql.where.condition -
-
Uses of IsNotLikeCaseInsensitive in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return IsNotLikeCaseInsensitive Modifier and Type Method Description static IsNotLikeCaseInsensitive
SqlBuilder. isNotLikeCaseInsensitive(String value)
static IsNotLikeCaseInsensitive
SqlBuilder. isNotLikeCaseInsensitive(Supplier<String> valueSupplier)
static IsNotLikeCaseInsensitive
SqlBuilder. isNotLikeCaseInsensitiveWhenPresent(String value)
static IsNotLikeCaseInsensitive
SqlBuilder. isNotLikeCaseInsensitiveWhenPresent(Supplier<String> valueSupplier)
-
Uses of IsNotLikeCaseInsensitive in org.mybatis.dynamic.sql.where.condition
Methods in org.mybatis.dynamic.sql.where.condition that return IsNotLikeCaseInsensitive Modifier and Type Method Description static IsNotLikeCaseInsensitive
IsNotLikeCaseInsensitive. empty()
IsNotLikeCaseInsensitive
IsNotLikeCaseInsensitive. filter(Predicate<? super String> predicate)
IsNotLikeCaseInsensitive
IsNotLikeCaseInsensitive. map(UnaryOperator<String> mapper)
If renderable, apply the mapping to the value and return a new condition with the new value.static IsNotLikeCaseInsensitive
IsNotLikeCaseInsensitive. of(String value)
-