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