Class AbstractExpression<E>
java.lang.Object
io.micronaut.data.model.jpa.criteria.impl.expression.AbstractExpression<E>
- Type Parameters:
E
- The expression type
- All Implemented Interfaces:
IExpression<E>
,ISelection<E>
,jakarta.persistence.criteria.Expression<E>
,jakarta.persistence.criteria.Selection<E>
,jakarta.persistence.TupleElement<E>
- Direct Known Subclasses:
BinaryExpression
,FunctionExpression
,IdExpression
,IParameterExpression
,LiteralExpression
,SubqueryExpression
,UnaryExpression
The abstract expression.
- Since:
- 4.9
- Author:
- Denis Stepanov
-
Constructor Summary
-
Method Summary
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, isNotNull, isNull, visitExpression, visitSelection
Methods inherited from interface io.micronaut.data.model.jpa.criteria.ISelection
alias, getAlias, getCompoundSelectionItems, isCompoundSelection
-
Constructor Details
-
AbstractExpression
-
-
Method Details
-
getJavaType
- Specified by:
getJavaType
in interfaceIExpression<E>
- Specified by:
getJavaType
in interfacejakarta.persistence.TupleElement<E>
-
getExpressionType
- Specified by:
getExpressionType
in interfaceIExpression<E>
- Returns:
- The expression type
-