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