Class NotNullCriterion
java.lang.Object
com.isomorphic.criteria.criterion.NotNullCriterion
- All Implemented Interfaces:
Criterion
Criterion for checking that value is not null.
-
Constructor Summary
Constructors
-
Constructor Details
-
NotNullCriterion
Constructor by field name.- Parameters:
fieldName
- - name of the field that should be not null.
-