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