ORM with JPA, Hibernate, and Spring Data JPA. Webinar recording
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