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