Class PersistentPropertyBetweenPredicate<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>

@Internal public final class PersistentPropertyBetweenPredicate<T> extends AbstractPersistentPropertyPredicate<T>
The property between predicate implementation.
Since:
3.2
Author:
Denis Stepanov