Namespaces

Types

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()

Parameters
return MappingConfiguration

Public properties

AutoMappingsContainer AutoMappings get; set;

Automatic mapping configurations
return AutoMappingsContainer

FluentMappingsContainer FluentMappings get; set;

Fluent mappings
return FluentMappingsContainer

HbmMappingsContainer HbmMappings get; set;

Hbm mappings
return HbmMappingsContainer

bool WasUsed get;

Get whether any mappings of any kind were added
return bool