Uses of Class
org.hibernate.grammars.hql.HqlParser.CurrentTimestampFunctionContext
Packages that use HqlParser.CurrentTimestampFunctionContext
Package
Description
Implementation of the SPIs for HQL support.
-
Uses of HqlParser.CurrentTimestampFunctionContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.CurrentTimestampFunctionContextModifier and TypeMethodDescriptionHqlParser.currentTimestampFunction()
HqlParser.StandardFunctionContext.currentTimestampFunction()
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.CurrentTimestampFunctionContextModifier and TypeMethodDescriptionvoid
HqlParserBaseListener.enterCurrentTimestampFunction
(HqlParser.CurrentTimestampFunctionContext ctx) Enter a parse tree produced byHqlParser.currentTimestampFunction()
.void
HqlParserListener.enterCurrentTimestampFunction
(HqlParser.CurrentTimestampFunctionContext ctx) Enter a parse tree produced byHqlParser.currentTimestampFunction()
.void
HqlParserBaseListener.exitCurrentTimestampFunction
(HqlParser.CurrentTimestampFunctionContext ctx) Exit a parse tree produced byHqlParser.currentTimestampFunction()
.void
HqlParserListener.exitCurrentTimestampFunction
(HqlParser.CurrentTimestampFunctionContext ctx) Exit a parse tree produced byHqlParser.currentTimestampFunction()
.HqlParserBaseVisitor.visitCurrentTimestampFunction
(HqlParser.CurrentTimestampFunctionContext ctx) Visit a parse tree produced byHqlParser.currentTimestampFunction()
.HqlParserVisitor.visitCurrentTimestampFunction
(HqlParser.CurrentTimestampFunctionContext ctx) Visit a parse tree produced byHqlParser.currentTimestampFunction()
. -
Uses of HqlParser.CurrentTimestampFunctionContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.CurrentTimestampFunctionContextModifier and TypeMethodDescriptionSemanticQueryBuilder.visitCurrentTimestampFunction
(HqlParser.CurrentTimestampFunctionContext ctx)