March 2023
Intermediate to advanced
616 pages
17h 35m
English
This chapter covers
The world of databases is extremely diverse and complex. Besides the challenges of working with different relational database systems, the NoSQL world may add to these challenges. One goal of the persistence frameworks is to ensure portability of the code, so we’ll now look at the Hibernate OGM alternative and how it tries to support the JPA solution working with NoSQL databases.
A NoSQL database is a database that keeps data in a format different than relational tables. In general, NoSQL databases provide the advantage of flexible schemas, meaning ...
Read now
Unlock full access