Class IsInCaseInsensitiveWhenPresent
- java.lang.Object
-
- org.mybatis.dynamic.sql.AbstractListValueCondition<java.lang.String>
-
- org.mybatis.dynamic.sql.where.condition.IsInCaseInsensitive
-
- org.mybatis.dynamic.sql.where.condition.IsInCaseInsensitiveWhenPresent
-
- All Implemented Interfaces:
VisitableCondition<java.lang.String>
public class IsInCaseInsensitiveWhenPresent extends IsInCaseInsensitive
-
-
Field Summary
-
Fields inherited from class org.mybatis.dynamic.sql.AbstractListValueCondition
renderWhenEmpty, values, valueStreamTransformer
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
IsInCaseInsensitiveWhenPresent(java.util.Collection<java.lang.String> values)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IsInCaseInsensitiveWhenPresent
of(java.util.Collection<java.lang.String> values)
-
Methods inherited from class org.mybatis.dynamic.sql.where.condition.IsInCaseInsensitive
renderCondition, then
-
Methods inherited from class org.mybatis.dynamic.sql.AbstractListValueCondition
accept, forceRenderingWhenEmpty, mapValues, shouldRender
-
-
-
-
Method Detail
-
of
public static IsInCaseInsensitiveWhenPresent of(java.util.Collection<java.lang.String> values)
-
-