Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best eBook for a Hibernate beginner? [closed]

Tags:

java

hibernate

What is the best eBook for a beginner in Hibernate?

like image 895
singh Avatar asked Aug 17 '10 09:08

singh


3 Answers

The online Reference Documentation is a good place to start, especially the Hibernate 5 new User Guide.

And for the "absolute reference", get Java Persistence with Hibernate (a revised edition of the old Hibernate in Action). Here is what the authors write about this book:

We had three goals when writing this book, so you can read it as

  • A tutorial for Hibernate, Java Persistence, and EJB 3.0 that guides you through your first steps with these solutions
  • A guide for learning all basic and advanced Hibernate features for object/ relational mapping, object processing, querying, performance optimization, and application design
  • A reference for whenever you need a complete and technically accurate definition of Hibernate and Java Persistence functionality

As stated, it's the absolute reference (880 pages), it allows to go as deep as you want.

For tuning Hibernate, you could also check the High-Performance Java Persistence book.

like image 166
Pascal Thivent Avatar answered Nov 03 '22 02:11

Pascal Thivent


I'd suggest to take a look at this free knol : Nhibernate by Fabio Maulo, it's a link to the first chapter (total: 20 chapters). Also:

  • Introduction to Nhibernate By Ian Cooper
  • Your very first Nhibernate application (3 parts)
  • Summer of Nhibernate screencast series
  • This one is old, but it's well written and easy to understand for beginners: Part 1 | Part 2
  • This Wiki and this list of articles should be your friends too:)
like image 31
Jarek Avatar answered Nov 03 '22 00:11

Jarek


"Hibernate In Action" would be my choice.

like image 39
duffymo Avatar answered Nov 03 '22 00:11

duffymo