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
renderWhenEmpty, values, valueStreamTransformer
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
IsNotInCaseInsensitiveWhenPresent(java.util.Collection<java.lang.String> values)
-
Method Summary
All Methods Static Methods Concrete Methods 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, forceRenderingWhenEmpty, mapValues, shouldRender
-
-
-
-
Method Detail
-
of
public static IsNotInCaseInsensitiveWhenPresent of(java.util.Collection<java.lang.String> values)
-
-