当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
PathNode (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
org.hibernate.hql.ast.tree
Interface PathNode
- All Known Implementing Classes:
- FromReferenceNode
- public interface PathNode
An AST node with a path property. This path property will be the fully qualified name.
- Author:
- josh Nov 7, 2004 10:56:49 AM
Method Summary |
String |
getPath()
Returns the full path name represented by the node. |
getPath
public String getPath()
- Returns the full path name represented by the node.
- Returns:
- the full path name represented by the node.