Currently this is needed in order to deal with {@link FromElement FromElements} which contain "hidden" JDBC parameters from applying filters. Would love for this to go away, but that would require that Hibernate's internal {@link org.hibernate.engine.JoinSequence join handling} be able to either:
  • render the same AST structures
  • render structures capable of being converted to these AST structures
In the interim, this allows us to at least treat these "hidden" parameters properly which is the most pressing need. Author: Steve Ebersole Ported by: Steve Strong

Namespace: NHibernate.Hql.Ast.ANTLR.Tree
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public interface IParameterContainer
Visual Basic
Public Interface IParameterContainer
Visual C++
public interface class IParameterContainer

See Also