Hibernate practically exploded onto the Java scene. Why? Because with it developers avoid a dreaded problem: object/relational mapping (ORM). There's a mismatch between your object-oriented code and the relational database you use. This object/relational mismatch requires you to write persistence code that maps one to the other, code which is often complex, tedious and costly to develop. Hibernate does it for you. But not only that, Hibernate makes persistence easy. Positioned as a layer between your application and your database, Hibernate takes care of loading and saving of objects. Hibernate apps are cheaper, more portable, and more resilient to change. And they perform better than anything you are likely to develop yourself. "Hibernate in Action" carefully explains the concepts you need, then gets you started quickly. Using a single, continuing example, it shows you how to use Hibernate in practice, how to deal with concurrency and transactions, how to efficiently retrieve objects and use caching. The authors developed Hibernate. They answered many community questions. Their experience seeps out of every pore of this book.
Read More
Specifications
Book Details
Imprint
Pearson Education Limited
Dimensions
Width
22 mm
Height
246 mm
Length
188 mm
Weight
736 gr
Ratings & Reviews
4
★
1 Ratings &
1 Reviews
5★
4★
3★
2★
1★
0
1
0
0
0
4
This book rocks
Prior of reading this book, I read Hibernate Quickly(Patrick Peak, Nick Heudecker) some 2-3 years back. That book gave me a good start with Hibernate concepts. Now I wanted to master the hibernate concepts so i grabbed Hibernate In action. I have started reading chapter4 of the book and it has already got be engrossed. The concepts are explained in very nice manner and i am just loving this book.