How does Hibernate compare to NHibernate?
I've heard the claim that "Hibernate is much worse than NHibernate, even to the point of not using it (and using JDBC over it)". Can anyone support or refute this?
Update - I am not trying to decide between them. Our DAL team decided to use NHibernate for our .Net side, but not use Hibernate on the java side because "it is not good enough". Me being a newb to ORM, I'm trying to understand what are the differences.
Specifically, we are using Fluent NHibernate.