Uses of Class
org.hibernate.grammars.hql.HqlParser.JdbcTimeLiteralContext
Packages that use HqlParser.JdbcTimeLiteralContext
Package
Description
Implementation of the SPIs for HQL support.
-
Uses of HqlParser.JdbcTimeLiteralContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.JdbcTimeLiteralContextModifier and TypeMethodDescriptionHqlParser.jdbcTimeLiteral()
HqlParser.TemporalLiteralContext.jdbcTimeLiteral()
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.JdbcTimeLiteralContextModifier and TypeMethodDescriptionvoid
HqlParserBaseListener.enterJdbcTimeLiteral
(HqlParser.JdbcTimeLiteralContext ctx) Enter a parse tree produced byHqlParser.jdbcTimeLiteral()
.void
HqlParserListener.enterJdbcTimeLiteral
(HqlParser.JdbcTimeLiteralContext ctx) Enter a parse tree produced byHqlParser.jdbcTimeLiteral()
.void
HqlParserBaseListener.exitJdbcTimeLiteral
(HqlParser.JdbcTimeLiteralContext ctx) Exit a parse tree produced byHqlParser.jdbcTimeLiteral()
.void
HqlParserListener.exitJdbcTimeLiteral
(HqlParser.JdbcTimeLiteralContext ctx) Exit a parse tree produced byHqlParser.jdbcTimeLiteral()
.HqlParserBaseVisitor.visitJdbcTimeLiteral
(HqlParser.JdbcTimeLiteralContext ctx) Visit a parse tree produced byHqlParser.jdbcTimeLiteral()
.HqlParserVisitor.visitJdbcTimeLiteral
(HqlParser.JdbcTimeLiteralContext ctx) Visit a parse tree produced byHqlParser.jdbcTimeLiteral()
. -
Uses of HqlParser.JdbcTimeLiteralContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.JdbcTimeLiteralContextModifier and TypeMethodDescriptionSemanticQueryBuilder.visitJdbcTimeLiteral
(HqlParser.JdbcTimeLiteralContext ctx)