This DLL allow us to build a persistence layer to use a session, in this package, we integrated NHibernate, we use QueryCriteria and AutoMapper to facilitate the Mapping, it integrate Fluent NHibernate.
Info
Version: | 1.0.1 |
Author(s): | REBAI HAMIDA |
Last Update: | Monday, August 6, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/didourebai/ignite2018 |
NuGet Url: | https://www.nuget.org/packages/RH.Persistence |
Install
Install-Package RH.Persistence
dotnet add package RH.Persistence
paket add RH.Persistence
RH.Persistence Download (Unzip the "nupkg" after downloading)
Dependencies
- FluentNHibernate(>= 2.1.2)
- Iesi.Collections(>= 4.0.4)