Skip to content

Java Persistence with Hibernate Revised Edition of Hibernate in Action

Best in textbook rentals since 2012!

ISBN-10: 1932394885

ISBN-13: 9781932394887

Edition: 2nd 2007

Authors: Christian Bauer, Gavin King

List price: $59.99
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!

Persistence-the ability of data to outlive an instance of a program-is central to modern applications. Hibernate, the most popular Java persistence tool, provides automatic and transparent object/relational mapping making it a snap to work with SQL databases in Java applications. Hibernate applications are cheaper, more portable, and more resilient to change. Because it conforms to the new EJB 3.0 and Java Persistence 1.0 standard, Hibernate allows the developer to seamlessly create efficient, scalable Java EE applications. "Java Persistence with Hibernate" explores Hibernate by developing an application that ties together hundreds of individual examples. You'll immediately dig into the…    
Customers also bought

Book details

List price: $59.99
Edition: 2nd
Copyright year: 2007
Publisher: Manning Publications Company
Publication date: 12/19/2006
Binding: Paperback
Pages: 904
Size: 7.25" wide x 9.25" long x 2.00" tall
Weight: 3.278
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.

Getting started with Hibernate and EJB 3.0
Understanding object/relational persistence
Starting a project
Domain models and metadata
Mapping concepts and strategies
Mapping persistent classes
Inheritance and custom types
Mapping collections and entity associations
Advanced entity association mappings
Legacy databases and custom SQL
Conversational object processing
Working with objects
Transactions and concurrency
Implementing conversations
Modifying objects efficiently
Optimizing fetching and coaching
Querying with HQL and JPA QL
Advanced query options
Creating and testing layered applications
Introducing JBoss seam