json-api-dotnet / JsonApiDotNetCore

A framework for building JSON:API compliant REST APIs using ASP.NET and Entity Framework Core.
https://www.jsonapi.net
MIT License
680 stars 159 forks source link

NHibernate support #1043

Closed lofcz closed 1 year ago

lofcz commented 3 years ago

Since v3 there has been a move to support orms other than efcore, #291 tracks Marten support, Mongo already exists as a separate package. Nhibernate is a well-known orm with a large userbase which would benefit from being supported by JADNC. This issue aims to track progress to do this. If anyone has already started working on an adapter please feel free to share as I would like to avoid reinventing the wheel.

bart-degreed commented 3 years ago

Hi @lofcz, thanks for expressing interest in this. I've used NHibernate in some projects many years ago. However, we currently have no plans to invest time in adding NHibernate support to JADNC and we are not aware of anyone already working on that.

So feel free to give it a try, but note it's going to be a large amount of work, though.

bkoelman commented 1 year ago

Closing, as this feature request has been open for a very long time. The JADNC team has no interest in implementing this, and no community members have expressed such interest either. Feel free to add a comment if you'd like to start working on this.