The purpose of Hibernate is to allow you to treat your database as if it stores Java objects. However, in practice, relational databases do not store objects – they store data in tables and columns. Unfortunately, there is no simple way to consistently correlate the data stored in a relational database with the data represented by Java objects.1
© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
J. B. Ottinger et al.Beginning Hibernate 6https://doi.org/10.1007/978-1-4842-7337-1_55. An Overview of Mapping
(1)
Youngsville, NC, USA
(2)
Austin, TX, USA
(3)
London, UK
The difference between an object-oriented association and a relational one is fundamental. Consider ...
Get Beginning Hibernate 6: Java Persistence from Beginner to Pro now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.