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

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

public static class Restrictions.PropertyGreaterThan<T extends Comparable<? super T>> extends Object
Greater than expression.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.persistence.criteria.Predicate
    find(io.micronaut.data.model.jpa.criteria.PersistentEntityRoot<?> entityRoot, io.micronaut.data.model.jpa.criteria.PersistentEntityCriteriaBuilder cb, jakarta.persistence.criteria.Expression<T> expression, jakarta.persistence.criteria.ParameterExpression<T>[] parameters)
     
     
    int
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PropertyGreaterThan

      public PropertyGreaterThan()
  • Method Details

    • getName

      public String getName()
    • getRequiredParameters

      public int getRequiredParameters()
      Specified by:
      getRequiredParameters in interface Restrictions.PropertyRestriction<T>
    • find

      public jakarta.persistence.criteria.Predicate find(io.micronaut.data.model.jpa.criteria.PersistentEntityRoot<?> entityRoot, io.micronaut.data.model.jpa.criteria.PersistentEntityCriteriaBuilder cb, jakarta.persistence.criteria.Expression<T> expression, jakarta.persistence.criteria.ParameterExpression<T>[] parameters)
      Specified by:
      find in interface Restrictions.PropertyRestriction<T>