Defines the internal contract between the ISessionFactory and other parts of NHibernate
such as implementors of IType.
Namespace:
NHibernate.EngineAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface ISessionFactoryImplementor _ Implements IMapping, ISessionFactory, IDisposable |
C# |
---|
public interface ISessionFactoryImplementor : IMapping, ISessionFactory, IDisposable |
Visual C++ |
---|
public interface class ISessionFactoryImplementor : IMapping, ISessionFactory, IDisposable |
JavaScript |
---|
NHibernate.Engine.ISessionFactoryImplementor = function(); NHibernate.Engine.ISessionFactoryImplementor.createInterface('NHibernate.Engine.ISessionFactoryImplementor'); |