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 SQL ASTorg.hibernate.sql.ast.tree.expression Contracts related to 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.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.Methods 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)
-