Dematt.Airy.Nhibernate.Extensions
2.2.0
dotnet add package Dematt.Airy.Nhibernate.Extensions --version 2.2.0
NuGet\Install-Package Dematt.Airy.Nhibernate.Extensions -Version 2.2.0
<PackageReference Include="Dematt.Airy.Nhibernate.Extensions" Version="2.2.0" />
paket add Dematt.Airy.Nhibernate.Extensions --version 2.2.0
#r "nuget: Dematt.Airy.Nhibernate.Extensions, 2.2.0"
// Install Dematt.Airy.Nhibernate.Extensions as a Cake Addin #addin nuget:?package=Dematt.Airy.Nhibernate.Extensions&version=2.2.0 // Install Dematt.Airy.Nhibernate.Extensions as a Cake Tool #tool nuget:?package=Dematt.Airy.Nhibernate.Extensions&version=2.2.0
Provides helpful Custom User Types, Composite User Types, Mapper Helpers and Linq Extensions for NHibernate.
- NHibernate Composite User Type for the DateTimeOffset struct:
Allows database such as SQLite that do not natively support the DateTimeOffset data type to store it in two separate columns one for the date and time and another for the offset.
- Model Mapper static helper class:
Allows easy configuration of a mapper to apply the above DateTimeOffset Composite User Type to all properties that are of type DateTimeOffset.
Allows a mapper to be set to ignore abstract classes.
- Linq extension that allows the use of object.IsNotNull() extension method to be mapped the native database is not null check when testing for child nullable entities.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- NHibernate (>= 4.0.4.4000 && < 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.2.0 | 1,298 | 11/25/2016 |
2.2.0-Beta10081 | 749 | 11/24/2016 |
2.1.0 | 998 | 9/15/2016 |
2.1.0-Beta10072 | 839 | 9/14/2016 |