Class AbstractPersistentPropertyExpression<P,R>
- java.lang.Object
-
- io.micronaut.data.model.jpa.criteria.impl.selection.AbstractPersistentPropertyExpression<P,R>
-
- Type Parameters:
P
- The property typeR
- 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
-
-
Field Summary
Fields Modifier and Type Field Description protected PersistentPropertyPath<P>
persistentPropertyPath
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractPersistentPropertyExpression(PersistentPropertyPath<P> persistentPropertyPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PersistentProperty
getProperty()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.micronaut.data.model.jpa.criteria.IExpression
as, in, in, in, in, isBoolean, isComparable, isNotNull, isNull, isNumeric
-
Methods inherited from interface io.micronaut.data.model.jpa.criteria.ISelection
alias, getAlias, getCompoundSelectionItems, isCompoundSelection
-
Methods inherited from interface io.micronaut.data.model.jpa.criteria.impl.SelectionVisitable
accept
-
-
-
-
Field Detail
-
persistentPropertyPath
protected final PersistentPropertyPath<P> persistentPropertyPath
-
-
Constructor Detail
-
AbstractPersistentPropertyExpression
protected AbstractPersistentPropertyExpression(PersistentPropertyPath<P> persistentPropertyPath)
-
-
Method Detail
-
getProperty
public final PersistentProperty getProperty()
-
-