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 classHqlParser.CaseExpressionContextstatic classHqlParser.EntityIdExpressionContextstatic classHqlParser.EntityNaturalIdExpressionContextstatic classHqlParser.EntityTypeExpressionContextstatic classHqlParser.EntityVersionExpressionContextstatic classHqlParser.FunctionExpressionContextstatic classHqlParser.GeneralPathExpressionContextstatic classHqlParser.LiteralExpressionContextstatic classHqlParser.ParameterExpressionContextstatic classHqlParser.SyntacticPathExpressionContextMethods in org.hibernate.grammars.hql that return HqlParser.PrimaryExpressionContext Modifier and Type Method Description HqlParser.PrimaryExpressionContextHqlParser.BarePrimaryExpressionContext. primaryExpression()HqlParser.PrimaryExpressionContextHqlParser. primaryExpression()Methods in org.hibernate.grammars.hql with parameters of type HqlParser.PrimaryExpressionContext Modifier and Type Method Description voidHqlParser.PrimaryExpressionContext. copyFrom(HqlParser.PrimaryExpressionContext ctx)
-