Class IsNotLikeCaseInsensitive

java.lang.Object
org.mybatis.dynamic.sql.AbstractSingleValueCondition<String>
org.mybatis.dynamic.sql.where.condition.IsNotLikeCaseInsensitive
All Implemented Interfaces:
VisitableCondition<String>, CaseInsensitiveVisitableCondition

public class IsNotLikeCaseInsensitive extends AbstractSingleValueCondition<String> implements CaseInsensitiveVisitableCondition
  • Constructor Details

    • IsNotLikeCaseInsensitive

      protected IsNotLikeCaseInsensitive(String value)
  • Method Details