Class Restrictions.PropertyLessThan<T extends Comparable<? super T>>

java.lang.Object
io.micronaut.data.processor.visitors.finders.Restrictions.PropertyLessThan<T>
Type Parameters:
T - The property type
All Implemented Interfaces:
Restrictions.PropertyRestriction<T>
Direct Known Subclasses:
Restrictions.Before
Enclosing class:
Restrictions

public static class Restrictions.PropertyLessThan<T extends Comparable<? super T>> extends Object
Less than.