Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
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
Method Summary | |
String |
|
Type | |
ParameterSpecification | |
String |
|
void |
|
void |
|
Methods inherited from class org.hibernate.hql.ast.tree.HqlSqlWalkerNode | |
getASTFactory , getAliasGenerator , getSessionFactoryHelper , getWalker , initialize |
Methods inherited from class org.hibernate.hql.ast.tree.SqlNode | |
getDataType , getOriginalText , setDataType , setText |
Methods inherited from class org.hibernate.hql.ast.tree.Node | |
getColumn , getFilename , getLine , getRenderText , getTextLength , initialize , initialize |
public String getDisplayText()
Returns additional display text for the AST node.
- Specified by:
- getDisplayText in interface DisplayableNode
- Returns:
- String - The additional display text.
public Type getExpectedType()
- Specified by:
- getExpectedType in interface ExpectedTypeAwareNode
public String getRenderText(SessionFactoryImplementor sessionFactory)
Retrieve the text to be used for rendering this particular node.
- Overrides:
- getRenderText in interface Node
- Parameters:
sessionFactory
- The session factory
- Returns:
- The text to use for rendering
public void setExpectedType(Type expectedType)
- Specified by:
- setExpectedType in interface ExpectedTypeAwareNode
public void setHqlParameterSpecification(ParameterSpecification parameterSpecification)