Class QueryModel.NotEqualsProperty

All Implemented Interfaces:
QueryModel.Criterion
Enclosing interface:
QueryModel

public static class QueryModel.NotEqualsProperty extends QueryModel.PropertyComparisonCriterion
A criterion for one property not equaling another.
  • Constructor Details

    • NotEqualsProperty

      public NotEqualsProperty(String property, String otherProperty)
      Default constructor.
      Parameters:
      property - The property name
      otherProperty - The other property name