Uses of Class
org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
-
Packages that use HqlParser.GeneralizedLiteralContext Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal Implementation of the SPIs for HQL support. -
-
Uses of HqlParser.GeneralizedLiteralContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.GeneralizedLiteralContext Modifier and Type Method Description HqlParser.GeneralizedLiteralContext
HqlParser. generalizedLiteral()
HqlParser.GeneralizedLiteralContext
HqlParser.LiteralContext. generalizedLiteral()
-
Uses of HqlParser.GeneralizedLiteralContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.GeneralizedLiteralContext Modifier and Type Method Description Object
SemanticQueryBuilder. visitGeneralizedLiteral(HqlParser.GeneralizedLiteralContext ctx)
-