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