Uses of Class
org.hibernate.hql.ast.tree.FromClause

Packages that use FromClause
org.hibernate.hql.ast An ANTLR-based parser for Hibernate Query Language. 
org.hibernate.hql.ast.tree   
 

Uses of FromClause in org.hibernate.hql.ast
 

Methods in org.hibernate.hql.ast that return FromClause
 FromClause HqlSqlWalker.getCurrentFromClause()
           
 FromClause HqlSqlWalker.getFinalFromClause()
           
 

Uses of FromClause in org.hibernate.hql.ast.tree
 

Methods in org.hibernate.hql.ast.tree that return FromClause
 FromClause RestrictableStatement.getFromClause()
          Retreives the from-clause in effect for this statement.
 FromClause FromElement.getFromClause()
           
 FromClause AbstractRestrictableStatement.getFromClause()
           
 FromClause FromClause.getParentFromClause()
           
 FromClause FromClause.locateChildFromClauseWithJoinByPath(String path)
           
 

Methods in org.hibernate.hql.ast.tree with parameters of type FromClause
 void FromElement.initializeCollection(FromClause fromClause, String classAlias, String tableAlias)
           
 void SelectClause.initializeDerivedSelectClause(FromClause fromClause)
          Prepares a derived (i.e., not explicitly defined in the query) select clause.
 void FromElement.initializeEntity(FromClause fromClause, String className, EntityPersister persister, EntityType type, String classAlias, String tableAlias)
           
 void SelectClause.initializeExplicitSelectClause(FromClause fromClause)
          Prepares an explicitly defined select clause.
 void FromClause.setParentFromClause(FromClause parentFromClause)
           
 

Constructors in org.hibernate.hql.ast.tree with parameters of type FromClause
ComponentJoin(FromClause fromClause, FromElement origin, String alias, String componentPath, ComponentType componentType)
           
FromElement(FromClause fromClause, FromElement origin, String alias)
          Constructor form used to initialize ComponentJoin
FromElementFactory(FromClause fromClause, FromElement origin, String path)
          Creates entity from elements.
FromElementFactory(FromClause fromClause, FromElement origin, String path, String classAlias, String[] columns, boolean implied)
          Creates collection from elements.
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.