- Type Parameters:
P
- The property type
R
- The expression type
- All Implemented Interfaces:
- IExpression<R>, SelectionVisitable, ISelection<R>, jakarta.persistence.criteria.Expression<R>, jakarta.persistence.criteria.Selection<R>, jakarta.persistence.TupleElement<R>
- Direct Known Subclasses:
- AbstractNumericalPersistentPropertyExpression
@Internal
public abstract class AbstractPersistentPropertyExpression<P,R>
extends java.lang.Object
implements IExpression<R>, SelectionVisitable
The abstract persistent property expression.
- Since:
- 3.2
- Author:
- Denis Stepanov