public interface

PathNode

org.hibernate.hql.ast.tree.PathNode
Known Indirect Subclasses

Class Overview

An AST node with a path property. This path property will be the fully qualified name.

Summary

Public Methods
abstract String getPath()
Returns the full path name represented by the node.

Public Methods

public abstract String getPath ()

Returns the full path name represented by the node.

Returns
  • the full path name represented by the node.