Class Restrictions.PropertyInRange<T extends java.lang.Comparable<? super T>>
- java.lang.Object
-
- io.micronaut.data.processor.visitors.finders.Restrictions.PropertyBetween<T>
-
- io.micronaut.data.processor.visitors.finders.Restrictions.PropertyInRange<T>
-
- Type Parameters:
T
- The property type
- All Implemented Interfaces:
Restrictions.PropertyRestriction<T>
- Enclosing class:
- Restrictions
public static class Restrictions.PropertyInRange<T extends java.lang.Comparable<? super T>> extends Restrictions.PropertyBetween<T>
InRange restriction.
-
-
Constructor Summary
Constructors Constructor Description PropertyInRange()
-
Method Summary
-
Methods inherited from class io.micronaut.data.processor.visitors.finders.Restrictions.PropertyBetween
find, getName, getRequiredParameters
-
-