C# Class Framework.Facilities.NHibernate.Castle.StandardFluentMapper

Uses fluent mappings from specified assembly.
Inheritance: INHibernateMapper
Afficher le fichier Open project: coreframework/Core-Framework

Méthodes publiques

Méthode Description
Map ( MappingConfiguration mapping, DatabaseConfiguration databaseConfiguration ) : void

Adds mappings to session configuration.

StandardFluentMapper ( Assembly assembly ) : System.Collections.Generic

Initializes a new instance of the StandardFluentMapper class.

Method Details

Map() public méthode

Adds mappings to session configuration.
public Map ( MappingConfiguration mapping, DatabaseConfiguration databaseConfiguration ) : void
mapping FluentNHibernate.Cfg.MappingConfiguration The mapping configuration.
databaseConfiguration Framework.Core.Configuration.DatabaseConfiguration The database configuration.
Résultat void

StandardFluentMapper() public méthode

Initializes a new instance of the StandardFluentMapper class.
public StandardFluentMapper ( Assembly assembly ) : System.Collections.Generic
assembly System.Reflection.Assembly The assembly.
Résultat System.Collections.Generic