Interface IPredicate

All Superinterfaces:
jakarta.persistence.criteria.Expression<Boolean>, IExpression<Boolean>, ISelection<Boolean>, jakarta.persistence.criteria.Predicate, jakarta.persistence.criteria.Selection<Boolean>, jakarta.persistence.TupleElement<Boolean>
All Known Implementing Classes:
AbstractPersistentPropertyPredicate, AbstractPredicate, BetweenPredicate, BinaryPredicate, ConjunctionPredicate, DisjunctionPredicate, ExistsSubqueryPredicate, InPredicate, LikePredicate, NegatedPredicate, RenderablePredicate, UnaryPredicate

public interface IPredicate extends jakarta.persistence.criteria.Predicate, IExpression<Boolean>
The internal implementation of IPredicate.
Since:
3.2
Author:
Denis Stepanov