You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
321: Implement Doctrine discriminator maps for dynamic entity management r=norkunas a=james2001
# Pull Request
## What does this PR do?
- Implements Doctrine discriminator maps to enable dynamic entity management. This enhancement addresses the issue where indexing abstract or extended entities was not possible, by allowing efficient management of different entities within the same inheritance hierarchy. This simplifies data model extension and maintenance, making the system more flexible and robust.
## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Fixes the issue with indexing abstract or extended entities by utilizing Doctrine's discriminator maps, representing a significant architectural improvement.
- [x] I have read the contributing guidelines.
- [x] The title of the PR is accurate and descriptive of the changes made.
Co-authored-by: Stephane Rathgeber <[email protected]>
0 commit comments