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 SummaryConstructors
- 
Method SummaryMethods inherited from class io.micronaut.data.processor.visitors.finders.Restrictions.PropertyBetweenfind, getRequiredParameters
- 
Constructor Details- 
PropertyInRangepublic PropertyInRange()
 
- 
- 
Method Details- 
getName- Specified by:
- getNamein interface- Restrictions.PropertyRestriction<T extends Comparable<? super T>>
- Overrides:
- getNamein class- Restrictions.PropertyBetween<T extends Comparable<? super T>>
 
 
-