ORM with JPA, Hibernate, and Spring Data JPA. Webinar recording
Jul 13, 2021
Check out the recording of our Object-relational Mapping with JPA, Hibernate, and Spring Data JPA webinar.
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. This can be done by directly using SQL, using JDBC API, or Object-relational Mapping.
In our webinar we covered:
- The fundamentals of Object-relational Mapping
- The basics of JPA, Hibernate and Spring Data JPA
- How to create a first application using JPA, Hibernate and Spring Data JPA
- Comparison between the work with JPA, Hibernate and Spring Data JPA
Interested in finding out more? Check out our Java trainings.
Originally published at https://www.luxoft-training.com.