Uses of Class
org.mybatis.dynamic.sql.where.condition.IsNotIn
Packages that use IsNotIn
-
Uses of IsNotIn in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return IsNotInModifier and TypeMethodDescriptionstatic <T> IsNotIn<T>
SqlBuilder.isNotIn
(Collection<T> values) static <T> IsNotIn<T>
SqlBuilder.isNotIn
(T... values) static <T> IsNotIn<T>
SqlBuilder.isNotInWhenPresent
(Collection<T> values) static <T> IsNotIn<T>
SqlBuilder.isNotInWhenPresent
(T... values) -
Uses of IsNotIn in org.mybatis.dynamic.sql.where.condition
Methods in org.mybatis.dynamic.sql.where.condition that return IsNotInModifier and TypeMethodDescriptionstatic <T> IsNotIn<T>
IsNotIn.empty()
<R> IsNotIn<R>
If renderable, apply the mapping to each value in the list return a new condition with the mapped values.static <T> IsNotIn<T>
IsNotIn.of
(Collection<T> values) static <T> IsNotIn<T>
IsNotIn.of
(T... values) IsNotIn.withListEmptyCallback
(Callback callback) Deprecated.in favor of the statement configuration functions