Just Hibernate (Paperback)

Madhusudhan Konda

  • 出版商: O'Reilly
  • 出版日期: 2014-07-22
  • 售價: $1,230
  • 貴賓價: 9.5$1,169
  • 語言: 英文
  • 頁數: 140
  • 裝訂: Paperback
  • ISBN: 1449334377
  • ISBN-13: 9781449334376
  • 相關分類: Java 相關技術
  • 已絕版

買這商品的人也買了...

商品描述

If you’re looking for a short, sweet, and simple introduction (or reintroduction) to Hibernate, this is the book you want. Through clear real-world examples, you’ll learn Hibernate and object-relational mapping from the ground up, starting with the basics. Then you’ll dive into the framework’s moving parts to understand how they work in action.

Storing Java objects in relational databases is usually a challenging and complex task for any Java developer, experienced or not. This book, like others in the Just series, delivers a concise, example-driven tutorial for Java beginners. You’ll gain enough knowledge and confidence to start working on real-world projects with Hibernate.

  • Compare how JDBC and Hibernate work with object persistence
  • Learn how annotations are used to create Hibernate applications
  • Understand how to persist and retrieve Java data structures
  • Focus on the fundamentals of associations and their mappings
  • Delve into advanced concepts such as caching, inheritance, and types
  • Walk through the Hibernate Query Language API, with examples
  • Develop Java Persistence API applications, using Hibernate as the provider
  • Work hands-on with code snippets to understand the technology