Call this to ensure the mappings are fully compiled/built. Usefull to ensure getting access to all information in the metamodel when calling e.g. getClassMappings().

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

Syntax

C#
public virtual void BuildMappings()
Visual Basic
Public Overridable Sub BuildMappings
Visual C++
public:
virtual void BuildMappings()

See Also