Uses of Class
org.hibernate.grammars.hql.HqlParser.PrimaryExpressionContext
-
Packages that use HqlParser.PrimaryExpressionContext Package Description org.hibernate.grammars.hql -
-
Uses of HqlParser.PrimaryExpressionContext in org.hibernate.grammars.hql
Subclasses of HqlParser.PrimaryExpressionContext in org.hibernate.grammars.hql Modifier and Type Class Description static class
HqlParser.CaseExpressionContext
static class
HqlParser.EntityIdExpressionContext
static class
HqlParser.EntityNaturalIdExpressionContext
static class
HqlParser.EntityTypeExpressionContext
static class
HqlParser.EntityVersionExpressionContext
static class
HqlParser.FunctionExpressionContext
static class
HqlParser.GeneralPathExpressionContext
static class
HqlParser.LiteralExpressionContext
static class
HqlParser.ParameterExpressionContext
static class
HqlParser.SyntacticPathExpressionContext
Methods in org.hibernate.grammars.hql that return HqlParser.PrimaryExpressionContext Modifier and Type Method Description HqlParser.PrimaryExpressionContext
HqlParser.BarePrimaryExpressionContext. primaryExpression()
HqlParser.PrimaryExpressionContext
HqlParser. primaryExpression()
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.PrimaryExpressionContext Modifier and Type Method Description void
HqlParser.PrimaryExpressionContext. copyFrom(HqlParser.PrimaryExpressionContext ctx)
-