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
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.data.model.jpa.criteria.IExpression
as, in, in, in, in, isNotNull, isNull, visitExpression, visitSelectionMethods inherited from interface io.micronaut.data.model.jpa.criteria.ISelection
alias, getAlias, getCompoundSelectionItems, isCompoundSelection
-
Constructor Details
-
AbstractExpression
-
-
Method Details
-
getJavaType
- Specified by:
getJavaTypein interfaceIExpression<E>- Specified by:
getJavaTypein interfacejakarta.persistence.TupleElement<E>
-
getExpressionType
- Specified by:
getExpressionTypein interfaceIExpression<E>- Returns:
- The expression type
-