Uses of Class
org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionContext
-
Packages that use HqlParser.JpaNonstandardFunctionContext Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal Implementation of the SPIs for HQL support. -
-
Uses of HqlParser.JpaNonstandardFunctionContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.JpaNonstandardFunctionContext Modifier and Type Method Description HqlParser.JpaNonstandardFunctionContext
HqlParser.FunctionContext. jpaNonstandardFunction()
HqlParser.JpaNonstandardFunctionContext
HqlParser. jpaNonstandardFunction()
-
Uses of HqlParser.JpaNonstandardFunctionContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.JpaNonstandardFunctionContext Modifier and Type Method Description SqmExpression<?>
SemanticQueryBuilder. visitJpaNonstandardFunction(HqlParser.JpaNonstandardFunctionContext ctx)
-