Class NotNullExpression

  • All Implemented Interfaces:
    java.io.Serializable, Criterion

    public class NotNullExpression
    extends java.lang.Object
    implements Criterion
    Constrains a property to be non-null
    See Also:
    Serialized Form
    • Constructor Detail

      • NotNullExpression

        protected NotNullExpression​(java.lang.String propertyName)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object