inheritance.md
July 15, 2021 · View on GitHub
Bookmarks tagged [inheritance]
www.codever.land/bookmarks/t/inheritance
PART 1 — The Case For Component Inheritance In Angular | by Sani Yusuf | Medium
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...
- :calendar: published on: 2018-12-14
- tags: angular, inheritance
Complete Guide: Inheritance strategies with JPA and Hibernate
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?
- tags: java, jpa, hibernate, inheritance, sql
Handling entities inheritance with Spring Data JPA – Netgloo Blog
https://blog.netgloo.com/2014/12/18/handling-entities-inheritance-with-spring-data-jpa/
- :calendar: published on: 2014-12-18
- tags: spring, spring-data-jpa, inheritance