Uses of Class
org.hibernate.grammars.hql.HqlParser.JdbcTimestampLiteralContext
-
Packages that use HqlParser.JdbcTimestampLiteralContext Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal Implementation of the SPIs for HQL support. -
-
Uses of HqlParser.JdbcTimestampLiteralContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.JdbcTimestampLiteralContext Modifier and Type Method Description HqlParser.JdbcTimestampLiteralContextHqlParser. jdbcTimestampLiteral()HqlParser.JdbcTimestampLiteralContextHqlParser.TemporalLiteralContext. jdbcTimestampLiteral() -
Uses of HqlParser.JdbcTimestampLiteralContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.JdbcTimestampLiteralContext Modifier and Type Method Description ObjectSemanticQueryBuilder. visitJdbcTimestampLiteral(HqlParser.JdbcTimestampLiteralContext ctx)
-