Class AbstractPersistentPropertyPredicate<T>

java.lang.Object
io.micronaut.data.model.jpa.criteria.impl.predicate.AbstractPredicate
io.micronaut.data.model.jpa.criteria.impl.predicate.AbstractPersistentPropertyPredicate<T>
Type Parameters:
T - The property type
All Implemented Interfaces:
IExpression<Boolean>, PredicateVisitable, SelectionVisitable, IPredicate, ISelection<Boolean>, jakarta.persistence.criteria.Expression<Boolean>, jakarta.persistence.criteria.Predicate, jakarta.persistence.criteria.Selection<Boolean>, jakarta.persistence.TupleElement<Boolean>
Direct Known Subclasses:
PersistentPropertyBetweenPredicate, PersistentPropertyBinaryPredicate, PersistentPropertyInPredicate, PersistentPropertyInValuesPredicate, PersistentPropertyUnaryPredicate

@Internal public abstract class AbstractPersistentPropertyPredicate<T> extends AbstractPredicate implements PredicateVisitable
Abstract predicate represented by a property path.
Since:
3.2
Author:
Denis Stepanov