public class ParameterNode extends HqlSqlWalkerNode implements DisplayableNode, ExpectedTypeAwareNode
Constructor and Description |
---|
ParameterNode() |
Modifier and Type | Method and Description |
---|---|
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) |
getAliasGenerator, getASTFactory, getSessionFactoryHelper, getWalker, initialize
getDataType, getOriginalText, setDataType, setText
getColumn, getFilename, getLine, getTextLength, initialize, initialize
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen
public ParameterSpecification getHqlParameterSpecification()
public void setHqlParameterSpecification(ParameterSpecification parameterSpecification)
public String getDisplayText()
DisplayableNode
getDisplayText
in interface DisplayableNode
public void setExpectedType(Type expectedType)
setExpectedType
in interface ExpectedTypeAwareNode
public Type getExpectedType()
getExpectedType
in interface ExpectedTypeAwareNode
public String getRenderText(SessionFactoryImplementor sessionFactory)
Node
getRenderText
in class Node
sessionFactory
- The session factoryCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.