Uses of Class
org.hibernate.grammars.hql.HqlParser.CollationContext
-
Packages that use HqlParser.CollationContext Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal Implementation of the SPIs for HQL support. -
-
Uses of HqlParser.CollationContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.CollationContext Modifier and Type Method Description HqlParser.CollationContext
HqlParser.CollateFunctionContext. collation()
HqlParser.CollationContext
HqlParser. collation()
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.CollationContext Modifier and Type Method Description void
HqlParserBaseListener. enterCollation(HqlParser.CollationContext ctx)
Enter a parse tree produced byHqlParser.collation()
.void
HqlParserListener. enterCollation(HqlParser.CollationContext ctx)
Enter a parse tree produced byHqlParser.collation()
.void
HqlParserBaseListener. exitCollation(HqlParser.CollationContext ctx)
Exit a parse tree produced byHqlParser.collation()
.void
HqlParserListener. exitCollation(HqlParser.CollationContext ctx)
Exit a parse tree produced byHqlParser.collation()
.T
HqlParserBaseVisitor. visitCollation(HqlParser.CollationContext ctx)
Visit a parse tree produced byHqlParser.collation()
.T
HqlParserVisitor. visitCollation(HqlParser.CollationContext ctx)
Visit a parse tree produced byHqlParser.collation()
. -
Uses of HqlParser.CollationContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.CollationContext Modifier and Type Method Description Object
SemanticQueryBuilder. visitCollation(HqlParser.CollationContext ctx)
-