当前页面:
在线文档首页 >
Hibernate 3.2.3 正式版 API 英文文档
ParameterNode (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.hql.ast.tree
Class ParameterNode
java.lang.Object
antlr.BaseAST
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
- All Implemented Interfaces:
- antlr.collections.AST, DisplayableNode, ExpectedTypeAwareNode, InitializeableNode, Serializable
- public class ParameterNode
- extends HqlSqlWalkerNode
- implements DisplayableNode, ExpectedTypeAwareNode
Implementation of ParameterNode.
- Author:
- Steve Ebersole
- See Also:
- Serialized Form
Fields inherited from class antlr.BaseAST |
down, right |
Methods inherited from class antlr.CommonAST |
getText, getType, initialize, setType |
Methods inherited from class antlr.BaseAST |
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 |
ParameterNode
public ParameterNode()
getHqlParameterSpecification
public ParameterSpecification getHqlParameterSpecification()
setHqlParameterSpecification
public void setHqlParameterSpecification(ParameterSpecification parameterSpecification)
getDisplayText
public String getDisplayText()
- Description copied from interface:
DisplayableNode
- Returns additional display text for the AST node.
- Specified by:
getDisplayText
in interface DisplayableNode
- Returns:
- String - The additional display text.
setExpectedType
public void setExpectedType(Type expectedType)
- Specified by:
setExpectedType
in interface ExpectedTypeAwareNode
getExpectedType
public Type getExpectedType()
- Specified by:
getExpectedType
in interface ExpectedTypeAwareNode
getRenderText
public String getRenderText(SessionFactoryImplementor sessionFactory)
- Description copied from class:
Node
- Retrieve the text to be used for rendering this particular node.
- Overrides:
getRenderText
in class Node
- Parameters:
sessionFactory
- The session factory
- Returns:
- The text to use for rendering