Strobelt.Airy.Nhibernate.Extensions
1.0.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 Strobelt.Airy.Nhibernate.Extensions -Version 1.0.0
dotnet add package Strobelt.Airy.Nhibernate.Extensions --version 1.0.0
<PackageReference Include="Strobelt.Airy.Nhibernate.Extensions" Version="1.0.0" />
paket add Strobelt.Airy.Nhibernate.Extensions --version 1.0.0
#r "nuget: Strobelt.Airy.Nhibernate.Extensions, 1.0.0"
This is just a port of the Airy-Nhibernate-Extensions from MatthewRudolph to .NET Standard 2.1. I claim no ownership to any of this code and this package is only supposed to stay online until my PR is integrated on the master branch of its GitHub
This is just a port of the Airy-Nhibernate-Extensions from MatthewRudolph to .NET Standard 2.1. I claim no ownership to any of this code and this package is only supposed to stay online until my PR is integrated on the master branch of its GitHub
Release Notes
Release Summary: https://github.com/strobelt/Airy-Nhibernate-Extension/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.