Class AbstractPersistentPropertyExpression<P,R> 
java.lang.Object
io.micronaut.data.model.jpa.criteria.impl.selection.AbstractPersistentPropertyExpression<P,R> 
- 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 Object
implements IExpression<R>, SelectionVisitable
The abstract persistent property expression.
- Since:
- 3.2
- Author:
- Denis Stepanov
- 
Field SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedAbstractPersistentPropertyExpression(PersistentPropertyPath<P> persistentPropertyPath) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.data.model.jpa.criteria.IExpressionas, in, in, in, in, isBoolean, isComparable, isNotNull, isNull, isNumericMethods inherited from interface io.micronaut.data.model.jpa.criteria.ISelectionalias, getAlias, getCompoundSelectionItems, isCompoundSelectionMethods inherited from interface io.micronaut.data.model.jpa.criteria.impl.SelectionVisitableacceptMethods inherited from interface jakarta.persistence.TupleElementgetJavaType
- 
Field Details- 
persistentPropertyPath
 
- 
- 
Constructor Details- 
AbstractPersistentPropertyExpression
 
- 
- 
Method Details- 
getProperty
 
-