
Автор: Catalin Tudose
Издательство: Manning Publications
Год: 2022
Страниц: 683
Язык: английский
Формат: pdf, epub
Размер: 16.9 MB
Master Java persistence using the industry-leading tools Spring Data and Hibernate. Java Persistence with Spring Data and Hibernate teaches you the ins-and-outs of Java persistence with hands-on examples using Spring Data, JPA and Hibernate. The book carefully analyzes the capabilities of the major Java persistence tools, and guides you through the most common use cases. You’ll learn how to make and utilize mapping strategies, and efficiently test Java persistence applications. The practical techniques are demonstrated with both relational and non-relational databases. Persistence enables an application’s data to exist for the long term, even after a program is stopped or terminated. Whether you’re saving state from session to session or maintaining long-term records, Java persistence tools like Spring Data, JPA, and Hibernate help deliver the object relational mapping that connects code’s objects with your database.