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.TrimSpecificationContext
HqlParser.TrimFunctionContext. trimSpecification()
HqlParser.TrimSpecificationContext
HqlParser. 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 SqmTrimSpecification
SemanticQueryBuilder. visitTrimSpecification(HqlParser.TrimSpecificationContext ctx)
-