Uses of Class
org.hibernate.grammars.hql.HqlParser.TrimSpecificationContext
Packages that use HqlParser.TrimSpecificationContext
Package
Description
Implementation of the SPIs for HQL support.
-
Uses of HqlParser.TrimSpecificationContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.TrimSpecificationContextModifier and TypeMethodDescriptionHqlParser.TrimFunctionContext.trimSpecification()
HqlParser.trimSpecification()
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.TrimSpecificationContextModifier and TypeMethodDescriptionvoid
HqlParserBaseListener.enterTrimSpecification
(HqlParser.TrimSpecificationContext ctx) Enter a parse tree produced byHqlParser.trimSpecification()
.void
HqlParserListener.enterTrimSpecification
(HqlParser.TrimSpecificationContext ctx) Enter a parse tree produced byHqlParser.trimSpecification()
.void
HqlParserBaseListener.exitTrimSpecification
(HqlParser.TrimSpecificationContext ctx) Exit a parse tree produced byHqlParser.trimSpecification()
.void
HqlParserListener.exitTrimSpecification
(HqlParser.TrimSpecificationContext ctx) Exit a parse tree produced byHqlParser.trimSpecification()
.HqlParserBaseVisitor.visitTrimSpecification
(HqlParser.TrimSpecificationContext ctx) Visit a parse tree produced byHqlParser.trimSpecification()
.HqlParserVisitor.visitTrimSpecification
(HqlParser.TrimSpecificationContext ctx) Visit a parse tree produced byHqlParser.trimSpecification()
. -
Uses of HqlParser.TrimSpecificationContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.TrimSpecificationContextModifier and TypeMethodDescriptionSemanticQueryBuilder.visitTrimSpecification
(HqlParser.TrimSpecificationContext ctx)