* Ensures TPT joins are applied. Can be called early before finalize() to populate * the _tptAlias map for use in join resolution. Safe to call multiple times. * @internal
()
| 3568 | * @internal |
| 3569 | */ |
| 3570 | ensureTPTJoins(): void { |
| 3571 | this.applyTPTJoins(); |
| 3572 | } |
| 3573 | |
| 3574 | /** |
| 3575 | * For TPT (Table-Per-Type) inheritance: INNER JOINs parent tables. |
no test coverage detected