Uses of Class
org.hibernate.grammars.hql.HqlParser.PadSpecificationContext
-
Packages that use HqlParser.PadSpecificationContext Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal Implementation of the SPIs for HQL support. -
-
Uses of HqlParser.PadSpecificationContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.PadSpecificationContext Modifier and Type Method Description HqlParser.PadSpecificationContextHqlParser.PadFunctionContext. padSpecification()HqlParser.PadSpecificationContextHqlParser. padSpecification() -
Uses of HqlParser.PadSpecificationContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.PadSpecificationContext Modifier and Type Method Description SqmTrimSpecificationSemanticQueryBuilder. visitPadSpecification(HqlParser.PadSpecificationContext ctx)
-