This is surely a thing of the past. For a year now, there is no Spam on the forum and threads are answered in a timely fashion. Check out the latest threads and you'll see what I'm talking about.
Related to @ratgirlny comment
Quote:
I am getting the distinct impression that Hibernate has died. The code in the official documentation doesn't work, the only book to have been published in the last 5 years contains code that doesn't work, and this forum is dead. Talking to friends who use Hibernate in large industrial applications, they tell me they are looking for paths out of Hibernate because they think no one is maintaining it.
Hibernate is extremely active. Check out the
GitHub activity graph. We
rewrote the whole User Guide from scratch and the result is simply amazing.
As for books, in last 3 years there were at least 8 books about Hibernate that got published:
-
High-Performance Java Persistence - 2016-
Beginning Hibernate: For Hibernate 5 (4th edition) - 2016-
Mastering Hibernate - 2016-
Spring Persistence with Hibernate (2nd edition) - 2016-
Java Persistence with Hibernate (2nd edition) - 2015-
Hibernate Recipes: A Problem-Solution Approach (2nd edition) - 2015-
Beginning Hibernate (3rd edition) - 2014-
Just Hibernate: A Lightweight Introduction to the Hibernate Framework - 2014I'm not sure which one contained outdated code, but you surely have a great choice of books to choose from. I can assure you that all the code in
High-Performance Java Persistence works like a charm. You can even check it out yourself since it's on
GitHub.
Not bad for a 16 years old framework, right?