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:

1. Hibernate Made Easy: Simplified Data Persistence with Hibernate and JPA (Java Persistence API) Annotations

HibernateMadeEasyAuthor: 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.



Read Full Customer Reviews

Content Coverage:

 

More information about Hibernate Made Easy on Amazon

 

2. Hibernate Search in Action

HibernateSearchInActionAuthor: Emmanuel Bernard, John Griffin B.A

Publisher: Manning Publications

Published Date: January 04th 2009

Paperback: 450 pages

Read Full Customer Reviews

Content Coverage:

      • State of the art.
      • Getting started with Hibernate Search.
      • Mapping simple data structures.
      • Mapping more advanced data structures.
      • Indexing: when, how, what and when.
      • Querying with Hibernate Search.
      • Writing a Lucene query.
      • Filters: cross-cutting restrictions.
      • Performance considerations.
      • Scalability: using Hibernate Search in a cluster.
      • Accessing Lucene natively.
      • Document ranking.
      • Don’t reinvent the wheel.
 

More information about Hibernate Search in Action on Amazon

 

3. Java Persistence with Hibernate (2nd Edition)

JavaPersistenceWithHibernateAuthor: 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:

 


About the Author:

is certified Java programmer (SCJP and SCWCD). He started programming with Java in the time of Java 1.4 and has been falling in love with Java since then. Make friend with him on Facebook and watch his Java videos you YouTube.