Binding: Paperback Dewey Decimal Number: 005.3 EAN: 9780596517724 Format: Illustrated ISBN: 0596517726 Label: O'Reilly Media, Inc. Manufacturer: O'Reilly Media, Inc. Number Of Items: 1 Number Of Pages: 380 Publication Date: April 22, 2008 Publisher: O'Reilly Media, Inc. Sales Rank: 9570 Studio: O'Reilly Media, Inc.
Product DescriptionHarnessing Hibernate is an ideal introduction to the popular framework that lets Java developers work with information from a relational database easily and efficiently. Databases are a very different world than Java objects, and they often involve people with different skills and specializations. With Hibernate, bridging these two worlds is significantly easier, and with this book, you can get up to speed with Hibernate quickly. Rather than present you with another reference, Harnessing Hibernate lets you explore the system, from download and configuration through a series of projects that demonstrate how to accomplish a variety of practical goals. The new edition of this concise guide walks you through Hibernate's primary features, which include mapping from Java classes to database tables, and from Java data types to SQL data types. You will also learn about Hibernate's data query and retrieval facilities, and much more. By reading and following along with the examples, you can get your own Hibernate environment set up quickly and start using it for real-world tasks right away. Harnessing Hibernate teaches you how to: Perform Object/Relational mapping Work with persistent data from Java code Work with groups and relationships between objects Extend Hibernate's rich type support for your own needs Simplify query creation using criteria and examples Use the Hibernate Query Language (HQL) and understand how it differs from SQL Use Hibernate in conjunction with Spring Use Hibernate in conjunction with other packages, such as the Stripes web framework and the Eclipse IDE Once you're past the first few chapters, you can jump to topics that you find particularly interesting or relevant. Allbackground material and explanations of how Hibernate works and why is in the service of a focused task. Source code can be downloaded from the book's website. If using SQL is an uncomfortable chore, Harnessing Hibernate offers you an effective and trouble-free method for working with the information you store in your applications.
Customer Reviews
Average Rating:
Rating: - Great Hibernate Resource!
'Harnessing Hibernate' is a great resource for learning more about and how to use the Hibernate technology to map Java code to relational databases and vice versa. In today's programming world you want to be able to create object that directly map to database tables and fields. Not only does this allow for persistence and good scalability, it hides the SQL stuff that can otherwise make for difficult programming and puts them into familiar classes instead. Before this book there really wasn't great ... Read More
Rating: - One of the best computer-related instruction books I have ever read
While I was at work one day, I decided to write the persistence layer of an application that my team was working on. I had minimal experience with Hibernate because I had worked on another project where a coworker implemented the persistence layer and used Hibernate. I got to see a bit of the magic that Hibernate provides, and I thought it would be excellent for my current project. My problem was that I did not really know how to set everything up.
I searched on Amazon for books about ... Read More
Rating: - Harness Hibernate... fast
Harnessing Hibernate is a fine book, which uses the most efficient ways to achieve its goal. Though focusing on Hibernate, the book enlists the usage of various frameworks such as Spring Framework, Stripes and Maven.
Part I: Hibernate in a hurry: The core
Build:
The book starts with how you should build which used to be a dread. The authors choose to use Ant - Maven task, which is cool. I use Maven directly, but that's beside the point. Both approaches are better ... Read More
Rating: - A Good Time for Hibernate Developers
I just got this book in the mail last week, as it was just recently released. From reaing it, I can tell you that it carries on the tradition of high quality editing and content that we expect from O'Riely books.
There has been a real lack of good, up to date, READABLE books about Hibernate on the market. You only have to scan amazon to see some of the horrible reviews many books have received. But this book is excellent, and I can assure you that many five star reviews will follow this one. ... Read More