Class IdExpression<E,T>
java.lang.Object
io.micronaut.data.model.jpa.criteria.impl.expression.AbstractExpression<T>
io.micronaut.data.model.jpa.criteria.impl.expression.IdExpression<E,T>
- Type Parameters:
E- The entity typeT- The ID type
- All Implemented Interfaces:
IExpression<T>, ISelection<T>, jakarta.persistence.criteria.Expression<T>, jakarta.persistence.criteria.Selection<T>, jakarta.persistence.TupleElement<T>
The ID expression implementation.
- Since:
- 3.3
- Author:
- Denis Stepanov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRoot()toString()voidvisitExpression(ExpressionVisitor expressionVisitor) Visit the expression.Methods inherited from class AbstractExpression
getExpressionTypeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.persistence.criteria.Expression
cast, equalTo, equalTo, notEqualTo, notEqualToMethods inherited from interface IExpression
as, in, in, in, in, isNotNull, isNull, visitSelectionMethods inherited from interface ISelection
alias, getAlias, getCompoundSelectionItems, isCompoundSelection
-
Constructor Details
-
IdExpression
-
-
Method Details
-
getJavaType
- Specified by:
getJavaTypein interfaceIExpression<E>- Specified by:
getJavaTypein interfacejakarta.persistence.TupleElement<E>- Overrides:
getJavaTypein classAbstractExpression<T>
-
getRoot
-
visitExpression
Description copied from interface:IExpressionVisit the expression.- Parameters:
expressionVisitor- The expression visitor
-
toString
-