Package org.mybatis.dynamic.sql
Class NullCriterion
java.lang.Object
org.mybatis.dynamic.sql.SqlCriterion
org.mybatis.dynamic.sql.NullCriterion
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.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.mybatis.dynamic.sql.SqlCriterion
SqlCriterion.AbstractBuilder<T extends SqlCriterion.AbstractBuilder<T>> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.mybatis.dynamic.sql.SqlCriterion
subCriteria
-
Constructor Details
-
NullCriterion
public NullCriterion()
-
-
Method Details
-
accept
- Specified by:
acceptin classSqlCriterion
-