views:

561

answers:

5

What I found so far are some online resources like this:

http://www.torsten-horn.de/techdocs/java-hibernate.htm (GER)

https://www.hibernate.org/5.html (Hibernate Docs)

http://docs.jboss.org/hibernate/stable/core/reference/en/html/tutorial.html

http://www.manning.com/bauer2/chapter2.pdf (Sample chapter of Java Persistence with Hibernate)

http://www.wenzlaff.de/hibernate.html (GER)

So thats a good way to start but i wonder if you can recommand any good books for learning Hibernate, or maybe you know some other very good online resource for learning it?

+1  A: 

Visit www.flazx.com. I guess Professional Hibernate (Programmer to Programmer) would be a nice selection

Chathuranga Chandrasekara
A: 

try search on scribd.com

Sake
+1  A: 

These are some links I have bookmarked:

However, in my opinion Java Persistence with Hibernate definitely worths the money and time to read it.

kgiannakakis
+1  A: 

Hibernate in Action by Christian Bauer and Gavin King

Its slightly out of date, but is an excellent introduction.

alasdairg
+3  A: 

Java Persistence with Hibernate is the second edition of "Hibernate in Action". They changed the name since they now provide JPA examples as well as Hibernate.

ebaxt
excellent book - covers both native Hibernate, and JPA using Hibernate.
toolkit