Namespaces

Types in FluentNHibernate.Cfg

Type MappingConfiguration

Namespace FluentNHibernate.Cfg

Fluent mapping configuration

Methods

Properties

Public instance methods

void Apply(Configuration cfg)

Applies any added mappings to the NHibernate Configuration
Parameters
Configuration cfg

NHibernate Configuration instance

MappingConfiguration MergeMappings()

Public properties

AutoMappingsContainer AutoMappings get; set;

Automatic mapping configurations

FluentMappingsContainer FluentMappings get; set;

Fluent mappings

HbmMappingsContainer HbmMappings get; set;

Hbm mappings

bool WasUsed get;

Get whether any mappings of any kind were added