March 2023
Intermediate to advanced
616 pages
17h 35m
English
This chapter covers
You now understand how ORM solves the static aspects of the object/relational mismatch. With what you know so far, you can create a mapping between Java classes and an SQL schema, solving the structural mismatch problem. As you’ll recall, the paradigm mismatch covers the problems of granularity, inheritance, identity, association, and data navigation. For a deeper review, take a look back at section 1.2.
Beyond that, though, an efficient application solution requires something more: you must investigate strategies for runtime data management. These strategies are crucial to the performance and ...
Read now
Unlock full access