Class FunctionExpression<E>
java.lang.Object
io.micronaut.data.model.jpa.criteria.impl.expression.AbstractExpression<E>
io.micronaut.data.model.jpa.criteria.impl.expression.FunctionExpression<E>
- Type Parameters:
E- The expression type
- All Implemented Interfaces:
IExpression<E>, ISelection<E>, jakarta.persistence.criteria.Expression<E>, jakarta.persistence.criteria.Selection<E>, jakarta.persistence.TupleElement<E>
The function expression.
- Since:
- 4.9
- Author:
- Denis Stepanov
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionExpression(String name, List<jakarta.persistence.criteria.Expression<?>> expressions, Class<E> expressionType) -
Method Summary
Modifier and TypeMethodDescriptionList<jakarta.persistence.criteria.Expression<?>> getName()toString()voidvisitExpression(ExpressionVisitor expressionVisitor) Visit the expression.Methods inherited from class AbstractExpression
getExpressionType, getJavaTypeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.persistence.criteria.Expression
cast, equalTo, equalTo, notEqualTo, notEqualToMethods inherited from interface IExpression
as, in, in, in, in, isNotNull, isNull, visitSelectionMethods inherited from interface ISelection
alias, getAlias, getCompoundSelectionItems, isCompoundSelection
-
Constructor Details
-
FunctionExpression
-
-
Method Details
-
getName
-
getExpressions
-
visitExpression
Description copied from interface:IExpressionVisit the expression.- Parameters:
expressionVisitor- The expression visitor
-
toString
-