Class QueryLiteral<T>

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

public class QueryLiteral<T> extends Object implements Literal, DomainResultProducer<T>
Represents a literal in the SQL AST. This form accepts a BasicValuedMapping as its MappingModelExpressible.
See Also: