Class QueryModel.Between

All Implemented Interfaces:
QueryModel.Criterion
Enclosing interface:
QueryModel

public static class QueryModel.Between extends QueryModel.PropertyCriterion
Criterion used to restrict the result to be between values (range query).
  • Constructor Details

    • Between

      public Between(String property, Object from, Object to)
      Default constructor.
      Parameters:
      property - The property name
      from - The from parameter
      to - The to parameter
  • Method Details