JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Hibernate JavaDocs
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.hibernate.hql.internal.ast.tree
Interface PathNode
All Known Implementing Classes:
AbstractMapComponentNode
,
DotNode
,
FromReferenceNode
,
IdentNode
,
IndexNode
,
MapEntryNode
,
MapKeyNode
,
MapValueNode
,
SelectExpressionImpl
public interface
PathNode
An AST node with a path property. This path property will be the fully qualified name.
Author:
josh
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
String
getPath
()
Returns the full path name represented by the node.
Method Detail
getPath
String
getPath()
Returns the full path name represented by the node.
Returns:
the full path name represented by the node.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Hibernate JavaDocs
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2021. All rights reserved.