| java.lang.Object | |||
| ↳ | antlr.CommonAST | ||
| ↳ | org.hibernate.hql.ast.tree.Node | ||
| ↳ | org.hibernate.hql.ast.tree.JavaConstantNode | ||
A node representing a static Java constant.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve the text to be used for rendering this particular node.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.hibernate.hql.ast.tree.Node
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.hibernate.hql.ast.tree.ExpectedTypeAwareNode
| |||||||||||
From interface
org.hibernate.hql.ast.tree.SessionFactoryAwareNode
| |||||||||||
Retrieve the text to be used for rendering this particular node.
| sessionFactory | The session factory |
|---|