org.hibernate.hql.ast.util
Class PathHelper
java.lang.Object
   org.hibernate.hql.ast.util.PathHelper
org.hibernate.hql.ast.util.PathHelper
- public final class PathHelper 
- extends Object
Provides utility methods for paths.
- Author:
- josh
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
parsePath
public static antlr.collections.AST parsePath(String path,
                                              antlr.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.
 
getAlias
public static String getAlias(String path)
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.