Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 588 Bytes

File metadata and controls

9 lines (6 loc) · 588 Bytes

Build to create a connection to the MsSql database through NHibernate

Key Entities

  • MsSqlSessionFactoryProvider. It configures NHibernate parameters to create SessionFactory for the MS SQL database.
  • MsSqlSessionFactoryProviderGetter. Factory to create MsSqlSessionFactoryProvider.

Breaking changes