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.PadSpecificationContext
HqlParser.PadFunctionContext. padSpecification()
HqlParser.PadSpecificationContext
HqlParser. 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 SqmTrimSpecification
SemanticQueryBuilder. visitPadSpecification(HqlParser.PadSpecificationContext ctx)
-