| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
antlr.CommonASTorg.hibernate.hql.ast.tree.Nodeorg.hibernate.hql.ast.tree.JavaConstantNodeMethod 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)