Uses of Class
org.mybatis.dynamic.sql.where.condition.IsNotLikeWhenPresent
Packages that use IsNotLikeWhenPresent
-
Uses of IsNotLikeWhenPresent in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return IsNotLikeWhenPresentModifier and TypeMethodDescriptionstatic <T> IsNotLikeWhenPresent<T> SqlBuilder.isNotLikeWhenPresent(@Nullable T value) static <T> IsNotLikeWhenPresent<T> SqlBuilder.isNotLikeWhenPresent(Supplier<@Nullable T> valueSupplier) -
Uses of IsNotLikeWhenPresent in org.mybatis.dynamic.sql.where.condition
Methods in org.mybatis.dynamic.sql.where.condition that return IsNotLikeWhenPresentModifier and TypeMethodDescriptionstatic <T> IsNotLikeWhenPresent<T> IsNotLikeWhenPresent.empty()<R> IsNotLikeWhenPresent<R> static <T> IsNotLikeWhenPresent<T> IsNotLikeWhenPresent.of(@Nullable T value)