public class

ParameterNode

extends HqlSqlWalkerNode
implements DisplayableNode ExpectedTypeAwareNode
java.lang.Object
   ↳ antlr.CommonAST
     ↳ org.hibernate.hql.ast.tree.Node
       ↳ org.hibernate.hql.ast.tree.SqlNode
         ↳ org.hibernate.hql.ast.tree.HqlSqlWalkerNode
           ↳ org.hibernate.hql.ast.tree.ParameterNode

Class Overview

Implementation of ParameterNode.

Summary

Public Constructors
ParameterNode()
Public Methods
String getDisplayText()
Returns additional display text for the AST node.
Type getExpectedType()
ParameterSpecification getHqlParameterSpecification()
String getRenderText(SessionFactoryImplementor sessionFactory)
Retrieve the text to be used for rendering this particular node.
void setExpectedType(Type expectedType)
void setHqlParameterSpecification(ParameterSpecification parameterSpecification)
[Expand]
Inherited Methods
From class org.hibernate.hql.ast.tree.HqlSqlWalkerNode
From class org.hibernate.hql.ast.tree.SqlNode
From class org.hibernate.hql.ast.tree.Node
From class java.lang.Object
From interface org.hibernate.hql.ast.tree.DisplayableNode
From interface org.hibernate.hql.ast.tree.ExpectedTypeAwareNode
From interface org.hibernate.hql.ast.tree.InitializeableNode

Public Constructors

public ParameterNode ()

Public Methods

public String getDisplayText ()

Returns additional display text for the AST node.

Returns
  • String - The additional display text.

public Type getExpectedType ()

public ParameterSpecification getHqlParameterSpecification ()

public String getRenderText (SessionFactoryImplementor sessionFactory)

Retrieve the text to be used for rendering this particular node.

Parameters
sessionFactory The session factory
Returns
  • The text to use for rendering

public void setExpectedType (Type expectedType)

public void setHqlParameterSpecification (ParameterSpecification parameterSpecification)