Namespace:  NHibernate.Impl
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	factory As ISessionFactoryImplementor _
)
C#
public Printer(
	ISessionFactoryImplementor factory
)
Visual C++
public:
Printer(
	ISessionFactoryImplementor^ factory
)
JavaScript
NHibernate.Impl.Printer = function(factory);

See Also