T
- The literal type@Internal public final class LiteralExpression<T> extends java.lang.Object implements IExpression<T>, SelectionVisitable
Constructor and Description |
---|
LiteralExpression(T object) |
Modifier and Type | Method and Description |
---|---|
void |
accept(SelectionVisitor selectionVisitor) |
java.lang.Class<? extends T> |
getJavaType() |
T |
getValue() |
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 LiteralExpression(T object)
public void accept(SelectionVisitor selectionVisitor)
accept
in interface SelectionVisitable
public T getValue()
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