Uses of Interface
org.hibernate.sql.ast.tree.expression.Literal
Packages that use Literal
Package
Description
Internal package containing dialect-specific extensions of
AbstractSqlAstTranslator.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.dialect.sql.ast
Methods in org.hibernate.dialect.sql.ast with parameters of type LiteralModifier and TypeMethodDescriptionprotected voidOracleSqlAstTranslator.renderNull(Literal literal) -
Uses of Literal in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type LiteralModifier and TypeMethodDescriptionprotected voidAbstractSqlAstTranslator.renderIntervalLiteral(Literal literal, TemporalUnit unit) protected voidAbstractSqlAstTranslator.renderLiteral(Literal literal, boolean castParameter) protected voidAbstractSqlAstTranslator.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 TypeClassDescriptionclassJdbcLiteral<T>Represents a literal in the SQL AST.classQueryLiteral<T>Represents a literal in the SQL AST.classUnparsedNumericLiteral<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