A collection of mappings from classes and collections to relational database tables.

Namespace: NHibernate.Cfg
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
[SerializableAttribute]
public class Mappings
Visual Basic
<SerializableAttribute> _
Public Class Mappings
Visual C++
[SerializableAttribute]
public ref class Mappings

Remarks

Represents a single <hibernate-mapping> element.

Inheritance Hierarchy

System..::..Object
  NHibernate.Cfg..::..Mappings

See Also