Class IsNotInCaseInsensitiveWhenPresent
- java.lang.Object
-
- org.mybatis.dynamic.sql.AbstractListValueCondition<java.lang.String>
-
- org.mybatis.dynamic.sql.where.condition.IsNotInCaseInsensitive
-
- org.mybatis.dynamic.sql.where.condition.IsNotInCaseInsensitiveWhenPresent
-
- All Implemented Interfaces:
VisitableCondition<java.lang.String>
public class IsNotInCaseInsensitiveWhenPresent extends IsNotInCaseInsensitive
-
-
Field Summary
-
Fields inherited from class org.mybatis.dynamic.sql.AbstractListValueCondition
values, valueStreamTransformer
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
IsNotInCaseInsensitiveWhenPresent(java.util.Collection<java.lang.String> values)
-
Method Summary
Modifier and Type Method Description static IsNotInCaseInsensitiveWhenPresent
of(java.util.Collection<java.lang.String> values)
-
Methods inherited from class org.mybatis.dynamic.sql.where.condition.IsNotInCaseInsensitive
renderCondition, then
-
Methods inherited from class org.mybatis.dynamic.sql.AbstractListValueCondition
accept, mapValues
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.mybatis.dynamic.sql.VisitableCondition
shouldRender
-
-
-
-
Method Detail
-
of
public static IsNotInCaseInsensitiveWhenPresent of(java.util.Collection<java.lang.String> values)
-
-