Spring Boot Restful + PostgreSQL + JPA Hibernate Inheritance Strategy SINGLE_TABLE - Part 11

Опубликовано: 18 Июль 2026
на канале: Let's Sort It Out
1,863
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...

Topics covered in this video:

1. @Inheritance
2. @DiscriminatorColumn
3. Single Table Strategy