Skip to content

Hibernate in Action

Best in textbook rentals since 2012!

ISBN-10: 193239415X

ISBN-13: 9781932394153

Edition: 2005

Authors: Gavin King, Christian Bauer, Patrick Peak, Nick Heudecker

List price: $44.95
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Hibernate practically exploded on the Java scene. Why is this open-source tool so popular? Because it automates a tedious task: persisting your Java objects to a relational database. The inevitable mismatch between your object-oriented code and the relational database requires you to write code that maps one to the other. This code is often complex, tedious and costly to develop. Hibernate does the mapping for you. Not only that, Hibernate makes it easy. Positioned as a layer between your application and your database, Hibernate takes care of loading and saving of objects. Hibernate applications are cheaper, more portable, and more resilient to change. And they perform better than anything…    
Customers also bought

Book details

List price: $44.95
Copyright year: 2005
Publisher: Manning Publications Company
Publication date: 8/1/2004
Binding: Paperback
Pages: 400
Size: 7.25" wide x 9.00" long x 0.50" tall
Weight: 1.584
Language: English

Christian Bauer is a member of the Hibernate developer team. He works as a trainer, consultant, and product manager for Hibernate, EJB 3.0, and JBoss Team at JBoss, a division of Red Hat.