Wraps SessionFactoryImpl, adding more lookup behaviors and encapsulating some of the error handling.

Namespace:  NHibernate.Hql.Util
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Class SessionFactoryHelper
C#
public class SessionFactoryHelper
Visual C++
public ref class SessionFactoryHelper
JavaScript
NHibernate.Hql.Util.SessionFactoryHelper = function();

Type.createClass(
	'NHibernate.Hql.Util.SessionFactoryHelper');

Inheritance Hierarchy

System..::.Object
  NHibernate.Hql.Util..::.SessionFactoryHelper

See Also