docs: update backpressure description

This commit is contained in:
Ilkka Seppälä
2025-04-12 15:09:24 +03:00
parent 32c9031fcd
commit ce2e5f75d8
22 changed files with 77 additions and 173 deletions
+2 -11
View File
@@ -2,19 +2,10 @@
title: "Table Inheritance Pattern in Java: Modeling Hierarchical Data in Relational Databases"
shortTitle: Table Inheritance
description: "Explore the Table Inheritance pattern in Java with real-world examples, database schema, and tutorials. Learn how to model class hierarchies elegantly in relational databases."
category: Data Access Pattern, Structural Pattern
category: Structural
language: en
tag:
- Decoupling
- Inheritance
- Polymorphism
- Object Mapping
- Persistence
- Data Transformation
---
## Also Known As
- Class Table Inheritance
- Decoupling
---
## Intent of Table Inheritance Pattern