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 IsLikeCaseInsensitiveWhenPresentSqlBuilder. isLikeCaseInsensitiveWhenPresent(java.lang.String value)static IsLikeCaseInsensitiveWhenPresentSqlBuilder. 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 IsLikeCaseInsensitiveWhenPresentIsLikeCaseInsensitiveWhenPresent. of(java.util.function.Supplier<java.lang.String> valueSupplier)IsLikeCaseInsensitiveWhenPresentIsLikeCaseInsensitiveWhenPresent. then(java.util.function.UnaryOperator<java.lang.String> transformer)
-