Class QueryModel.EqualsProperty

All Implemented Interfaces:
QueryModel.Criterion
Enclosing interface:
QueryModel

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

    • EqualsProperty

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