Uses of Class
org.mybatis.dynamic.sql.where.condition.IsNotIn
-
Uses of IsNotIn in org.mybatis.dynamic.sql
Modifier and TypeMethodDescriptionstatic <T> IsNotIn
<T> SqlBuilder.isNotIn
(Collection<T> values) static <T> IsNotIn
<T> SqlBuilder.isNotIn
(T... values) -
Uses of IsNotIn in org.mybatis.dynamic.sql.where.condition