Class IdExpression<E,T> 
java.lang.Object
io.micronaut.data.model.jpa.criteria.impl.IdExpression<E,T> 
- Type Parameters:
- E- The entity type
- T- 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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaccept(SelectionVisitor selectionVisitor) getRoot()booleanbooleanbooleantoString()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.micronaut.data.model.jpa.criteria.IExpressionas, in, in, in, in, isNotNull, isNullMethods inherited from interface io.micronaut.data.model.jpa.criteria.ISelectionalias, getAlias, getCompoundSelectionItems, isCompoundSelection
- 
Constructor Details- 
IdExpression
 
- 
- 
Method Details- 
getRoot
- 
accept- Specified by:
- acceptin interface- SelectionVisitable
 
- 
isBooleanpublic boolean isBoolean()- Specified by:
- isBooleanin interface- IExpression<E>
- Returns:
- true if the expression is of boolean type
 
- 
isNumericpublic boolean isNumeric()- Specified by:
- isNumericin interface- IExpression<E>
- Returns:
- true if the expression is of numeric type
 
- 
isComparablepublic boolean isComparable()- Specified by:
- isComparablein interface- IExpression<E>
- Returns:
- true if the expression is of comparable type
 
- 
getJavaType- Specified by:
- getJavaTypein interface- jakarta.persistence.TupleElement<E>
 
- 
toString
 
-