- 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.
- 玩轉(zhuǎn)Scratch少兒趣味編程
- Testing with JUnit
- Visual Basic程序開(kāi)發(fā)(學(xué)習(xí)筆記)
- Java高并發(fā)核心編程(卷2):多線程、鎖、JMM、JUC、高并發(fā)設(shè)計(jì)模式
- Flink SQL與DataStream入門、進(jìn)階與實(shí)戰(zhàn)
- SAS數(shù)據(jù)統(tǒng)計(jì)分析與編程實(shí)踐
- Reactive Programming With Java 9
- PhoneGap:Beginner's Guide(Third Edition)
- .NET 3.5編程
- Julia高性能科學(xué)計(jì)算(第2版)
- Android驅(qū)動(dòng)開(kāi)發(fā)權(quán)威指南
- 從零開(kāi)始:UI圖標(biāo)設(shè)計(jì)與制作(第3版)
- C++ Fundamentals
- FPGA嵌入式項(xiàng)目開(kāi)發(fā)實(shí)戰(zhàn)
- Angular應(yīng)用程序開(kāi)發(fā)指南