Class CurrentTemporalExpression<E>
java.lang.Object
io.micronaut.data.model.jpa.criteria.impl.expression.AbstractExpression<E>
io.micronaut.data.model.jpa.criteria.impl.expression.CurrentTemporalExpression<E>
- Type Parameters:
E- The current temporal expression type
- All Implemented Interfaces:
IExpression<E>, ISelection<E>, jakarta.persistence.criteria.Expression<E>, jakarta.persistence.criteria.Selection<E>, jakarta.persistence.TupleElement<E>
The current temporal expression.
- Since:
- 5.0
- Author:
- Denis Stepanov
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe current temporal expression type. -
Constructor Summary
ConstructorsConstructorDescriptionCurrentTemporalExpression(CurrentTemporalExpression.Type type, Class<E> expressionType) -
Method Summary
Modifier and TypeMethodDescriptiongetType()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 IExpression
as, cast, equalTo, equalTo, in, in, in, in, isNotNull, isNull, notEqualTo, notEqualTo, visitSelectionMethods inherited from interface ISelection
alias, getAlias, getCompoundSelectionItems, isCompoundSelection
-
Constructor Details
-
CurrentTemporalExpression
-
-
Method Details
-
getType
-
visitExpression
Description copied from interface:IExpressionVisit the expression.- Parameters:
expressionVisitor- The expression visitor
-
toString
-