Uses of Class
org.hibernate.sql.ast.tree.expression.QueryLiteral
Packages that use QueryLiteral
Package
Description
Package defining a SQL AST for use in generation of SQL.
Package defining support for creating and consuming a SQL AST.
-
Uses of QueryLiteral in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type QueryLiteralModifier and TypeMethodDescriptionvoid
SqlAstWalker.visitQueryLiteral
(QueryLiteral<?> queryLiteral) -
Uses of QueryLiteral in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type QueryLiteralModifier and TypeMethodDescriptionvoid
AbstractSqlAstTranslator.visitQueryLiteral
(QueryLiteral<?> queryLiteral) void
AbstractSqlAstWalker.visitQueryLiteral
(QueryLiteral<?> queryLiteral) void
AggregateFunctionChecker.visitQueryLiteral
(QueryLiteral<?> queryLiteral) void
ExpressionReplacementWalker.visitQueryLiteral
(QueryLiteral<?> queryLiteral)