C# Class UCDArch.Data.NHibernate.Mapping.FluentMappingConfiguration

Inheritance: IMappingConfiguration
Show file Open project: ucdavis/UCDArch

Public Methods

Method Description
BuildSessionFactory ( ) : ISessionFactory
Create ( Assembly mappingAssembly ) : IMappingConfiguration
Create ( Assembly mappingAssembly, Assembly conventionAssembly ) : IMappingConfiguration

Method Details

BuildSessionFactory() public method

public BuildSessionFactory ( ) : ISessionFactory
return ISessionFactory

Create() public static method

public static Create ( Assembly mappingAssembly ) : IMappingConfiguration
mappingAssembly System.Reflection.Assembly
return IMappingConfiguration

Create() public static method

public static Create ( Assembly mappingAssembly, Assembly conventionAssembly ) : IMappingConfiguration
mappingAssembly System.Reflection.Assembly
conventionAssembly System.Reflection.Assembly
return IMappingConfiguration