Spring Boot Restful + PostgreSQL + JPA Hibernate Inheritance Strategy JOINED - Part 13

Опубликовано: 14 Июль 2026
на канале: Let's Sort It Out
2,581
34

In this video I have explained how we can use JPA inheritance strategy to share common attributes with different entities.

Repository Link:

https://gitlab.com/lsio.repo2021/spri...

After downloading the project from above link, make required changes in Vehicle.java as shown in this video.

Topics covered in this video:

1. Joined Strategy
2. @Inheritance
4. @OneToMany
5. @ManyToOne