Uses of Interface
org.hibernate.sql.ast.tree.expression.Literal
Packages that use Literal
Package
Description
Package defining support for creating and consuming a SQL AST.
Support for common table expressions (CTE) in a SQL tree.
AST nodes representing expressions in a SQL tree.
-
Uses of Literal in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type LiteralModifier and TypeMethodDescriptionprotected void
AbstractSqlAstTranslator.renderIntervalLiteral
(Literal literal, TemporalUnit unit) protected void
AbstractSqlAstTranslator.renderLiteral
(Literal literal, boolean castParameter) protected void
AbstractSqlAstTranslator.renderNull
(Literal literal) -
Uses of Literal in org.hibernate.sql.ast.tree.cte
Methods in org.hibernate.sql.ast.tree.cte that return LiteralConstructors in org.hibernate.sql.ast.tree.cte with parameters of type LiteralModifierConstructorDescriptionCteStatement
(CteTable cteTable, Statement cteDefinition, CteMaterialization materialization, CteSearchClauseKind searchClauseKind, List<SearchClauseSpecification> searchBySpecifications, CteColumn searchColumn, List<CteColumn> cycleColumns, CteColumn cycleMarkColumn, CteColumn cyclePathColumn, Literal cycleValue, Literal noCycleValue) -
Uses of Literal in org.hibernate.sql.ast.tree.expression
Classes in org.hibernate.sql.ast.tree.expression that implement LiteralModifier and TypeClassDescriptionclass
JdbcLiteral<T>
Represents a literal in the SQL AST.class
QueryLiteral<T>
Represents a literal in the SQL AST.class
UnparsedNumericLiteral<N extends Number>
A numeric literal coming from an HQL query, which needs special handlingMethods in org.hibernate.sql.ast.tree.expression that return LiteralConstructors in org.hibernate.sql.ast.tree.expression with parameters of type Literal