191192193194195196197
/** * Apply an "is not null" constraint to the another property */ public AuditCriterion isNotNull() { return new NotNullAuditExpression( propertyNameGetter ); }
206207208209210211212