Uses of Class
org.mybatis.dynamic.sql.where.condition.IsInWhenPresent
-
Uses of IsInWhenPresent in org.mybatis.dynamic.sql
Modifier and TypeMethodDescriptionstatic <T> IsInWhenPresent
<T> SqlBuilder.isInWhenPresent
(Collection<T> values) static <T> IsInWhenPresent
<T> SqlBuilder.isInWhenPresent
(T... values) -
Uses of IsInWhenPresent in org.mybatis.dynamic.sql.where.condition
Modifier and TypeMethodDescriptionstatic <T> IsInWhenPresent
<T> IsInWhenPresent.empty()
<R> IsInWhenPresent
<R> If not empty, apply the mapping to each value in the list return a new condition with the mapped values.static <T> IsInWhenPresent
<T> IsInWhenPresent.of
(Collection<T> values) static <T> IsInWhenPresent
<T> IsInWhenPresent.of
(T... values)