Hibernate in Action

Hibernate in Action

by Christian Bauer (Author), Gavin King (Author), Christian Bauer (Author), Gavin King (Author)

Synopsis

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.

$3.25

Save:$47.52 (94%)

Quantity

1 in stock

More Information

Format: Paperback
Pages: 400
Edition: 1
Publisher: Manning Publications
Published: 01 Aug 2004

ISBN 10: 193239415X
ISBN 13: 9781932394153

Author Bio
A member of the core Hibernate developer team, Christian Bauer also maintains the Hibernate documentation and website. He is a senior software engineer in Frankfurt, Germany. Hibernate founder Gavin King is an enthusiastic proponent of agile development, open source software and lightweight Java frameworks. He is a J2EE consultant based in Melbourne, Australia.