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 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 Literal Modifier and Type Method Description LiteralCteStatement. getCycleValue()LiteralCteStatement. 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 classJdbcLiteral<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 Literal Modifier and Type Method Description LiteralLiteralAsParameter. getLiteral()Constructors in org.hibernate.sql.ast.tree.expression with parameters of type Literal Constructor Description LiteralAsParameter(Literal literal, String parameterMarker)
-