Uses of Class
org.hibernate.grammars.hql.HqlParser.TrimSpecificationContext
-
Packages that use HqlParser.TrimSpecificationContext Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal 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.TrimSpecificationContext Modifier and Type Method Description HqlParser.TrimSpecificationContextHqlParser.TrimFunctionContext. trimSpecification()HqlParser.TrimSpecificationContextHqlParser. trimSpecification() -
Uses of HqlParser.TrimSpecificationContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.TrimSpecificationContext Modifier and Type Method Description SqmTrimSpecificationSemanticQueryBuilder. visitTrimSpecification(HqlParser.TrimSpecificationContext ctx)
-