Class IdExpression<E,T>
java.lang.Object
io.micronaut.data.model.jpa.criteria.impl.IdExpression<E,T>
- Type Parameters:
E
- The entity typeT
- The ID type
- All Implemented Interfaces:
IExpression<T>
,SelectionVisitable
,ISelection<T>
,jakarta.persistence.criteria.Expression<T>
,jakarta.persistence.criteria.Selection<T>
,jakarta.persistence.TupleElement<T>
@Internal
public final class IdExpression<E,T>
extends Object
implements IExpression<T>, SelectionVisitable
The ID expression implementation.
- Since:
- 3.3
- Author:
- Denis Stepanov
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(SelectionVisitor selectionVisitor) getRoot()
boolean
boolean
boolean
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.micronaut.data.model.jpa.criteria.IExpression
as, in, in, in, in, isNotNull, isNull
Methods inherited from interface io.micronaut.data.model.jpa.criteria.ISelection
alias, getAlias, getCompoundSelectionItems, isCompoundSelection
-
Constructor Details
-
IdExpression
-
-
Method Details
-
getRoot
-
accept
- Specified by:
accept
in interfaceSelectionVisitable
-
isBoolean
public boolean isBoolean()- Specified by:
isBoolean
in interfaceIExpression<E>
- Returns:
- true if the expression is of boolean type
-
isNumeric
public boolean isNumeric()- Specified by:
isNumeric
in interfaceIExpression<E>
- Returns:
- true if the expression is of numeric type
-
isComparable
public boolean isComparable()- Specified by:
isComparable
in interfaceIExpression<E>
- Returns:
- true if the expression is of comparable type
-
getJavaType
- Specified by:
getJavaType
in interfacejakarta.persistence.TupleElement<E>
-
toString
-