Class LiteralExpression<T>
java.lang.Object
io.micronaut.data.model.jpa.criteria.impl.expression.LiteralExpression<T>
- Type Parameters:
T- The literal type
- All Implemented Interfaces:
IExpression<T>,ISelection<T>,jakarta.persistence.criteria.Expression<T>,jakarta.persistence.criteria.Selection<T>,jakarta.persistence.TupleElement<T>
The literal expression implementation.
- Since:
- 3.2
- Author:
- Denis Stepanov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()booleanbooleanbooleantoString()voidvisitExpression(ExpressionVisitor expressionVisitor) Visit the expression.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.micronaut.data.model.jpa.criteria.IExpression
as, in, in, in, in, isNotNull, isNull, visitSelectionMethods inherited from interface io.micronaut.data.model.jpa.criteria.ISelection
alias, getAlias, getCompoundSelectionItems, isCompoundSelection
-
Constructor Details
-
LiteralExpression
-
LiteralExpression
-
-
Method Details
-
getValue
-
visitExpression
Description copied from interface:IExpressionVisit the expression.- Parameters:
expressionVisitor- The expression visitor
-
toString
-
isBoolean
public boolean isBoolean()- Specified by:
isBooleanin interfaceIExpression<E>- Returns:
- true if the expression is of boolean type
-
isNumeric
public boolean isNumeric()- Specified by:
isNumericin interfaceIExpression<E>- Returns:
- true if the expression is of numeric type
-
isComparable
public boolean isComparable()- Specified by:
isComparablein interfaceIExpression<E>- Returns:
- true if the expression is of comparable type
-
getJavaType
- Specified by:
getJavaTypein interfacejakarta.persistence.TupleElement<E>
-
getExpressionType
-