Defines operations common to "compiled" mappings (ie. SessionFactory) and "uncompiled" mappings (ie Configuration that are used by implementors of IType

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

Syntax

Visual Basic (Declaration)
Public Interface IMapping
C#
public interface IMapping
Visual C++
public interface class IMapping
JavaScript
NHibernate.Engine.IMapping = function();
NHibernate.Engine.IMapping.createInterface('NHibernate.Engine.IMapping');

See Also