March 2023
Intermediate to advanced
616 pages
17h 35m
English
This chapter covers
The first thing many developers try to do when they begin using Hibernate or Spring Data JPA is to map a parent/child relationship. This is usually the first time they encounter collections. It’s also the first time they have to think about the differences between entities and value types or get lost in the complexity of ORM.
Managing the associations between classes and the relationships between tables is at the heart of ORM. Most of the difficult problems involved in implementing an ORM solution relate to collections and entity ...
Read now
Unlock full access