What book/article do you recommend for learning hibernate?
+1
A:
Java Persistence With Hibernate is quite in-depth and complete, containing quite a bit of sample code as well.
A good rule of thumb is to use the more generic JPA APIs when possible, and use specific Hibernate calls where necessary.
Lyle
2010-06-25 19:53:49
+1
A:
The Official Tutorial and documentation is a great reference for learning Hibernate.
Ryan Hayes
2010-06-25 19:55:09