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, wait
as, in, in, in, in, isNotNull, isNull
alias, getAlias, getCompoundSelectionItems, isCompoundSelection
public IdExpression(PersistentEntityRoot<E> root)
public PersistentEntityRoot<E> getRoot()
public void accept(SelectionVisitor selectionVisitor)
accept
in interface SelectionVisitable
public 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