E - The entity typeT - The ID type@Internal public final class IdExpression<E,T> extends java.lang.Object implements IExpression<T>, SelectionVisitable
| Constructor and Description |
|---|
IdExpression(PersistentEntityRoot<E> root) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(SelectionVisitor selectionVisitor) |
java.lang.Class<? extends T> |
getJavaType() |
PersistentEntityRoot<E> |
getRoot() |
boolean |
isBoolean() |
boolean |
isNumeric() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitas, in, in, in, in, isNotNull, isNullalias, getAlias, getCompoundSelectionItems, isCompoundSelectionpublic IdExpression(PersistentEntityRoot<E> root)
public PersistentEntityRoot<E> getRoot()
public void accept(SelectionVisitor selectionVisitor)
accept in interface SelectionVisitablepublic boolean isBoolean()
isBoolean in interface IExpression<T>public boolean isNumeric()
isNumeric in interface IExpression<T>public java.lang.Class<? extends T> getJavaType()
getJavaType in interface jakarta.persistence.TupleElement<T>public java.lang.String toString()
toString in class java.lang.Object