Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.82 KB

inheritance.md

File metadata and controls

23 lines (19 loc) · 1.82 KB

Bookmarks tagged [inheritance]

https://medium.com/@saniyusuf/part-1-the-case-for-component-inheritance-in-angular-a34fe2a0f7ac

Component Inheritance is where arguably, Angular’s least used and discussed feature comes to the fray. What is Component inheritance in Angular and what does it look like? Component inheritance in Ang...


https://thoughts-on-java.org/complete-guide-inheritance-strategies-jpa-hibernate/#comments

Hibernate and JPA support 4 inheritance strategies which map the entities to different table models. But which one is the best for your use case?


https://blog.netgloo.com/2014/12/18/handling-entities-inheritance-with-spring-data-jpa/