Class JdbcLiteral<T>

java.lang.Object
org.hibernate.sql.ast.tree.expression.JdbcLiteral<T>
All Implemented Interfaces:
Bindable, JdbcMappingContainer, MappingModelExpressible<T>, DomainResultProducer<T>, SqlSelectionProducer, Expression, Literal, SqlAstNode, JdbcParameterBinder, JavaTypedExpressible<T>

public class JdbcLiteral<T> extends Object implements Literal, MappingModelExpressible<T>, DomainResultProducer<T>, JavaTypedExpressible<T>
Represents a literal in the SQL AST. This form accepts a JdbcMapping and acts as its own MappingModelExpressible.
See Also: