Class QueryModel.LessThanEqualsAll

All Implemented Interfaces:
QueryModel.Criterion
Enclosing interface:
QueryModel

public static class QueryModel.LessThanEqualsAll extends QueryModel.SubqueryCriterion
Restricts a value to be less than or equal to all the given values.
  • Constructor Details

    • LessThanEqualsAll

      public LessThanEqualsAll(String name, QueryModel value)
      Default constructor.
      Parameters:
      name - The property name
      value - The criterion value