Hibernate is the leading framework for Object/Relational Mapping (ORM) and data persistence in Java. Since its beginning in 2001, Hibernate has been rapidly developing and becoming a first choice for persistence layer in many Java enterprise applications.
In this review, we’d like to recommend the following titles:
Author: Cameron Wallace McKenzie
Publisher: PulpJava
Published Date: April 25th 2008
Paperback: 442 pages
Summary: As the title says, this book intends to make learning Hibernate as easy as possible. Indeed, many readers say that they feel funny and easy to learn Hibernate with this book. Like Head First Java, learning is a funny experience, less boring than technical books, as the readers will be joined friendly, informative conversations with Hibernate experts. The author teaches you the basic concepts of persistence frameworks, how Hibernate works, how to configure development environment, how to use annotations (instead of XML) to build mappings from basic to advanced (including inheritance). He also shows you how to design the persistence layer using Data Access Object and Factory design patterns.
The examples used in the book are simple, easy to understand and re-producible. The author doesn’t use any tools like Ant or Eclipse IDE, only plain Java with Hibernate libraries are used, so readers won’t have to do extra setups or configurations for these tools in order to run the examples. That makes learning faster and focused.
Finally, this book is quite good for newbie who want to master Hibernate framework from scratch. However, its drawback is the Hibernate version used is obsolete - 3.2.5 as compared with 4.x of current versions.
Content Coverage:
More information about Hibernate Made Easy on Amazon
Author: Emmanuel Bernard, John Griffin B.A
Publisher: Manning Publications
Published Date: January 04th 2009
Paperback: 450 pages
Content Coverage:
More information about Hibernate Search in Action on Amazon
Author: Christian Bauer, Gavin King, Gary Gregory
Publisher: Manning Publications
Published Date: March 28th 2014
Paperback: 600 pages
Content Coverage: (Updating)
This book has not been released.
Release date: March 28th 2014.
More information about Java Persistence with Hibernate on Amazon
You may be also interested in: