Spring Boot Restful + PostgreSQL + JPA @OneToMany @ManyToOne and 3 Ways to Save Records - Part 3

Опубликовано: 20 Октябрь 2024
на канале: Let's Sort It Out
28,794
410

In this video I have shown how we can create a parent child relationship between 2 entities and number of ways we can insert records in table when entities have this parent child relationship. Topics covered:

Implementation of annotation @OneToMany
Implementation of annotation @ManyToOne
@JoinColumn annotation properties
3 ways to save records in a table.