We have talked about these stuff many times in our dev-list. I can't find all threads right now. In-lines some short answers:
On Tue, Mar 29, 2011 at 11:25 AM, Ricardo Peres <[email protected]> wrote: > Hello, > > I have this question for the NHibernate development team, specially > Fabio. This is something I never saw explained, and I often think of > it, if you have some link at hand, I'd be happy to see it. > > How do the Hibernate and NHibernate products relate? That is, apart > from the .NET-specific features, of course (LINQ, QueryOver, etc), > The title of NHibernate project: ".NET port of the excellent Java Hibernate which provides Object/Relational mapping to persist objects in a relational database." "port" is the relation. > does NHibernate have the same features (except possibly latest ones) > as Hibernate? Yes, plus many others and some less. > Is there any mapping between their versions? No. > What is the > NHibernate roadmap, will it follow current and future Hibernate > versions? There isn't. Hibernate had 200K downloads, NHibernate had 100K downloads; Hibernate has +3000 opened issues, NHibernate has 300. > Is there room for NHibernate-specific functionalities? > NHibernate already has a lot of specific features not only because specific for .NET but even because we have fixed requests that are not fixed in Hibernate. > > Thanks! > You are welcome. > > RP > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > > -- Fabio Maulo -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
