Class QueryModel.GreaterThan

All Implemented Interfaces:
QueryModel.Criterion
Enclosing interface:
QueryModel

public static class QueryModel.GreaterThan extends QueryModel.PropertyCriterion
Used to restrict a value to be greater than the given value.
  • Constructor Details

    • GreaterThan

      public GreaterThan(String name, Object value)
      Default constructor.
      Parameters:
      name - The property name
      value - The parameter