public class ParameterNode extends HqlSqlWalkerNode implements DisplayableNode, ExpectedTypeAwareNode
| Constructor and Description |
|---|
ParameterNode() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayText()
Returns additional display text for the AST node.
|
Type |
getExpectedType() |
ParameterSpecification |
getHqlParameterSpecification() |
java.lang.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, initializegetDataType, getOriginalText, setDataType, setTextgetColumn, getFilename, getLine, getTextLength, initialize, initializeaddChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpenpublic ParameterSpecification getHqlParameterSpecification()
public void setHqlParameterSpecification(ParameterSpecification parameterSpecification)
public java.lang.String getDisplayText()
DisplayableNodegetDisplayText in interface DisplayableNodepublic void setExpectedType(Type expectedType)
setExpectedType in interface ExpectedTypeAwareNodepublic Type getExpectedType()
getExpectedType in interface ExpectedTypeAwareNodepublic java.lang.String getRenderText(SessionFactoryImplementor sessionFactory)
NodegetRenderText in class NodesessionFactory - The session factoryCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.