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.JavaConstantNode
Method Summary | |
Type | |
String |
|
void |
|
void | |
void |
|
Methods inherited from class org.hibernate.hql.ast.tree.Node | |
getColumn , getFilename , getLine , getRenderText , getTextLength , initialize , initialize |
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 setSessionFactory(SessionFactoryImplementor factory)
- Specified by:
- setSessionFactory in interface SessionFactoryAwareNode
public void setText(String s)