public final class

PathHelper

extends Object
java.lang.Object
   ↳ org.hibernate.hql.ast.util.PathHelper

Class Overview

Provides utility methods for paths.

Summary

Public Methods
static String getAlias(String path)
static AST parsePath(String path, ASTFactory factory)
Turns a path into an AST.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static String getAlias (String path)

public static AST parsePath (String path, ASTFactory factory)

Turns a path into an AST.

Parameters
path The path.
factory The AST factory to use.
Returns
  • An HQL AST representing the path.