Uses of Class
org.hibernate.sql.ast.tree.expression.JdbcLiteral
Packages that use JdbcLiteral
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 JdbcLiteral in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type JdbcLiteral -
Uses of JdbcLiteral in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type JdbcLiteralModifier and TypeMethodDescriptionvoid
AbstractSqlAstTranslator.visitJdbcLiteral
(JdbcLiteral<?> jdbcLiteral) void
AbstractSqlAstWalker.visitJdbcLiteral
(JdbcLiteral<?> jdbcLiteral) void
AggregateFunctionChecker.visitJdbcLiteral
(JdbcLiteral<?> jdbcLiteral) void
ExpressionReplacementWalker.visitJdbcLiteral
(JdbcLiteral<?> jdbcLiteral)