Class NotNullCriterion

java.lang.Object
com.isomorphic.criteria.criterion.NotNullCriterion
All Implemented Interfaces:
Criterion

public class NotNullCriterion extends Object implements Criterion
Criterion for checking that value is not null.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor by field name.
  • Constructor Details

    • NotNullCriterion

      public NotNullCriterion(String fieldName)
      Constructor by field name.
      Parameters:
      fieldName - - name of the field that should be not null.