Uses of Interface
org.hibernate.hql.ast.tree.ParameterContainer

Packages that use ParameterContainer
org.hibernate.hql.ast.tree   
org.hibernate.hql.ast.util   
 

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

Classes in org.hibernate.hql.ast.tree that implement ParameterContainer
 class FromElement
          Represents a single mapped class mentioned in an HQL FROM clause.
 class ImpliedFromElement
          Represents a FROM element implied by a path expression or a collection reference.
 class SqlFragment
          Represents an SQL fragment in the AST.
 

Uses of ParameterContainer in org.hibernate.hql.ast.util
 

Methods in org.hibernate.hql.ast.util with parameters of type ParameterContainer
static void JoinProcessor.processDynamicFilterParameters(String sqlFragment, ParameterContainer container, HqlSqlWalker walker)
           
 



Copyright © 2009 Hibernate.org. All Rights Reserved.