Class LiteralAsParameter<T>

java.lang.Object
org.hibernate.sql.ast.tree.expression.LiteralAsParameter<T>
All Implemented Interfaces:
SqlSelectionProducer, Expression, SelfRenderingExpression, SqlAstNode

public class LiteralAsParameter<T> extends Object implements SelfRenderingExpression
A wrapper for a literal to render as parameter through a cast function.
See Also: