Uses of Interface
org.hibernate.sql.ast.tree.expression.Literal
-
Packages that use Literal Package Description org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.sql.ast.tree.cte Support for common table expressions (CTE) in a SQL tree.org.hibernate.sql.ast.tree.expression 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 Literal Modifier and Type Method Description protected void
AbstractSqlAstTranslator. renderLiteral(Literal literal, boolean castParameter)
-
Uses of Literal in org.hibernate.sql.ast.tree.cte
Methods in org.hibernate.sql.ast.tree.cte that return Literal Modifier and Type Method Description Literal
CteStatement. getCycleValue()
Literal
CteStatement. getNoCycleValue()
Constructors in org.hibernate.sql.ast.tree.cte with parameters of type Literal Constructor Description CteStatement(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 Literal Modifier and Type Class Description class
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 Literal Modifier and Type Method Description Literal
LiteralAsParameter. getLiteral()
Constructors in org.hibernate.sql.ast.tree.expression with parameters of type Literal Constructor Description LiteralAsParameter(Literal literal, String parameterMarker)
-