| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FromClause | |
|---|---|
| org.hibernate.hql.internal.ast | An ANTLR-based parser for Hibernate Query Language. | 
| org.hibernate.hql.internal.ast.tree | |
| Uses of FromClause in org.hibernate.hql.internal.ast | 
|---|
| Methods in org.hibernate.hql.internal.ast that return FromClause | |
|---|---|
|  FromClause | HqlSqlWalker.getCurrentFromClause() | 
|  FromClause | HqlSqlWalker.getFinalFromClause() | 
| Uses of FromClause in org.hibernate.hql.internal.ast.tree | 
|---|
| Methods in org.hibernate.hql.internal.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.internal.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.internal.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. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||