Namespaces

Types

Type AutoMappingsContainer

Namespace FluentNHibernate.Cfg

Interfaces IEnumerable<AutoPersistenceModel>

Container for automatic mappings

Methods

Public instance methods

AutoMappingsContainer Add(AutoPersistenceModel model)

Add automatic mappings
Parameters
return AutoMappingsContainer Auto mappings configuration
AutoPersistenceModel model Auto mapping setup

AutoMappingsContainer Add(Func<AutoPersistenceModel> model)

Add automatic mappings
Parameters
return AutoMappingsContainer Auto mappings configuration
Func<AutoPersistenceModel> model Lambda returning an auto mapping setup

AutoMappingsContainer ExportTo(string path)

Sets the export location for generated mappings
Parameters
return AutoMappingsContainer Auto mappings configuration
string path Path to folder for mappings