- Java Hibernate Cookbook
- Yogesh Prajapati Vishal Ranapariya
- 242字
- 2021-07-16 19:59:44
What this book covers
Chapter 1, Setting Up Hibernate, provides the basics of hibernate and the persistent class. Next, you will learn to obtain the required libraries, XML and annotation-based configuration, and the mapping required for hibernate.
Chapter 2, Understanding the Fundamentals, takes you through the basic objects required to start working with hibernate, such as SessionFactory
, Session
, Criteria
, Projection
, and so on.
Chapter 3, Basic Annotations, covers the very basic annotations that are useful and necessary while writing with hibernate, such as declaring table (@Table
), declaring column (@Column
), declaring primary key (@Id
), and so on.
Chapter 4, Working with Collections, explains how collections work with hibernate and how to persist Java collections such as List
, Map
, Set,
and so on using hibernate.
Chapter 5, Working With Associations, helps you to understand relationships and associations such as one-to-one, one-to-many (many-to-one), and many-to-many. In this chapter, you will discover the simplest way to implement a relationship using hibernate.
Chapter 6, Querying, applies the basics of hibernate to query a database. This chapter helps you to understand the fundamentals of hibernate such as alias, subquery, NamedQuery, formula, and HQL.
Chapter 7, Advanced Concepts, helps you to learn the advanced concepts in hibernate such as caching, inheritance strategy, versioning, and maintaining the history of the objects.
Chapter 8, Integration with Other Frameworks, explains integration with other MVC frameworks such as Struts and Spring. It shows how to achieve a persistent life cycle in the frameworks.
- DevOps:軟件架構師行動指南
- HTML5+CSS3網站設計教程
- Building Cross-Platform Desktop Applications with Electron
- 小程序,巧運營:微信小程序運營招式大全
- Learning Apache Kafka(Second Edition)
- CouchDB and PHP Web Development Beginner’s Guide
- Visual C
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- 嚴密系統設計:方法、趨勢與挑戰
- 大模型RAG實戰:RAG原理、應用與系統構建
- Buildbox 2.x Game Development
- Python 3快速入門與實戰
- Access數據庫應用教程(2010版)
- Ubuntu Server Cookbook
- 輕松學Scratch 3.0 少兒編程(全彩)