Check out Cătălin Tudose's book 📖 JUnit in Action, Third Edition | http://mng.bz/KoOZ 📖 To save 40% off this book ⭐ DISCOUNT CODE: WATCHTUDOSE40 ⭐ In this video, Cătălin demonstrates object-relational mapping, from which we analyze, compare, and contrast Jakarta Persistence API (JPA), Hibernate, and Spring Data JPA. Object persistence means individual objects can outlive the application process; they can be saved to a data store and be re-created at a later point in time. Referring to persistence in Java, we’re generally talking about mapping and storing object instances in a relational database - this is object-relational mapping.
This video is an excerpt from a live coding session by Catalin Tudose.
To watch the full video go to http://mng.bz/o1Gr
📚📚📚
JUnit in Action, Third Edition | http://mng.bz/KoOZ
For 40% of this book use discount code: WATCHTUDOSE40
📚📚📚
"Java Persistence with Spring Data and Hibernate" explores persistence with the most popular available tools. You’ll benefit from detailed coverage of Spring Data JPA, Spring Data JDBC, Spring Data REST, JPA, and Hibernate, comparing and contrasting the alternatives so you can pick what’s best for your code.
Begin with a hands-on introduction to object-relational mapping (ORM), then dive into mapping strategies for linking up objects and your database. You’ll learn about the different approach to transactions for both Hibernate and Spring Data, and even how to deliver Java persistence with non-relational databases. Finally, you’ll explore testing strategies for persistent applications to keep your code clean and bug free.