Class Restrictions.PropertyInRange<T extends 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 Comparable<? super T>>
extends Restrictions.PropertyBetween<T>
InRange restriction.
-
Constructor Summary
-
Method Summary
Methods inherited from class io.micronaut.data.processor.visitors.finders.Restrictions.PropertyBetween
find, getRequiredParameters
-
Constructor Details
-
PropertyInRange
public PropertyInRange()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceRestrictions.PropertyRestriction<T extends Comparable<? super T>>
- Overrides:
getName
in classRestrictions.PropertyBetween<T extends Comparable<? super T>>
-