C# Class Bosphorus.Dao.NHibernate.Configuration.Fluent.ConventionApplier.AbstractConventionApplier

Inheritance: IConventionApplier
Show file Open project: BosphorusTeam/bosphorus.dao

Public Methods

Method Description
Apply ( string sessionAlias, IConventionFinder conventionFinder ) : void

Protected Methods

Method Description
AbstractConventionApplier ( ) : Bosphorus.Dao.Core.Session.Provider.Factory
AbstractConventionApplier ( string sessionAlias ) : Bosphorus.Dao.Core.Session.Provider.Factory
Apply ( IConventionFinder conventionFinder ) : void

Method Details

AbstractConventionApplier() protected method

protected AbstractConventionApplier ( ) : Bosphorus.Dao.Core.Session.Provider.Factory
return Bosphorus.Dao.Core.Session.Provider.Factory

AbstractConventionApplier() protected method

protected AbstractConventionApplier ( string sessionAlias ) : Bosphorus.Dao.Core.Session.Provider.Factory
sessionAlias string
return Bosphorus.Dao.Core.Session.Provider.Factory

Apply() protected abstract method

protected abstract Apply ( IConventionFinder conventionFinder ) : void
conventionFinder IConventionFinder
return void

Apply() public method

public Apply ( string sessionAlias, IConventionFinder conventionFinder ) : void
sessionAlias string
conventionFinder IConventionFinder
return void