Uses of Class
org.mybatis.dynamic.sql.where.condition.IsLikeCaseInsensitiveWhenPresent
-
Packages that use IsLikeCaseInsensitiveWhenPresent Package Description org.mybatis.dynamic.sql org.mybatis.dynamic.sql.where.condition -
-
Uses of IsLikeCaseInsensitiveWhenPresent in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return IsLikeCaseInsensitiveWhenPresent Modifier and Type Method Description static IsLikeCaseInsensitiveWhenPresent
SqlBuilder. isLikeCaseInsensitiveWhenPresent(java.lang.String value)
static IsLikeCaseInsensitiveWhenPresent
SqlBuilder. isLikeCaseInsensitiveWhenPresent(java.util.function.Supplier<java.lang.String> valueSupplier)
-
Uses of IsLikeCaseInsensitiveWhenPresent in org.mybatis.dynamic.sql.where.condition
Methods in org.mybatis.dynamic.sql.where.condition that return IsLikeCaseInsensitiveWhenPresent Modifier and Type Method Description static IsLikeCaseInsensitiveWhenPresent
IsLikeCaseInsensitiveWhenPresent. of(java.util.function.Supplier<java.lang.String> valueSupplier)
IsLikeCaseInsensitiveWhenPresent
IsLikeCaseInsensitiveWhenPresent. then(java.util.function.UnaryOperator<java.lang.String> transformer)
-