Class NullCriterion

java.lang.Object
org.mybatis.dynamic.sql.SqlCriterion
org.mybatis.dynamic.sql.NullCriterion

public class NullCriterion extends SqlCriterion
A simple SqlCriterion that does nothing and will not render. This is to solve the problem of awkward nullability operations in various classes. We can now say that an initial criterion is never null.