Class QueryModel.LessThanProperty

All Implemented Interfaces:
QueryModel.Criterion
Enclosing interface:
QueryModel

public static class QueryModel.LessThanProperty extends QueryModel.PropertyComparisonCriterion
A criterion for one property being less than another.
  • Constructor Details

    • LessThanProperty

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