Dematt.Airy.Nhibernate.Extensions
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.
Install-Package Dematt.Airy.Nhibernate.Extensions -Version 2.2.0
dotnet add 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"
Release Notes
Release Summary: https://github.com/MatthewRudolph/Airy-Nhibernate-Extensions/blob/master/ReleaseNotes.txt
Dependencies
-
- NHibernate (>= 4.0.4.4000 && < 5.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
2.2.0 | 725 | 11/25/2016 |
2.2.0-Beta10081 | 455 | 11/24/2016 |
2.1.0 | 535 | 9/15/2016 |
2.1.0-Beta10072 | 481 | 9/14/2016 |