[PR #613] [CLOSED] Added ability to eagerly load referenced entities with subclasses #8452

Open
opened 2026-01-22 16:00:01 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/613
Author: @stefankleff
Created: 3/13/2013
Status: Closed

Base: masterHead: feature-eager-with-subclasses


📝 Commits (1)

  • ac45d32 Added ability to eagerly load referenced entities with subclasses

📊 Changes

1 file changed (+36 additions, -1 deletions)

View changed files

📝 lib/Doctrine/ORM/UnitOfWork.php (+36 -1)

📄 Description

This is a rather ugly implementation. But maybe someone knows how to do it in a better way ;)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/613 **Author:** [@stefankleff](https://github.com/stefankleff) **Created:** 3/13/2013 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature-eager-with-subclasses` --- ### 📝 Commits (1) - [`ac45d32`](https://github.com/doctrine/orm/commit/ac45d32f23100c3fd1fd5c4e770a2f51736eadd2) Added ability to eagerly load referenced entities with subclasses ### 📊 Changes **1 file changed** (+36 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/UnitOfWork.php` (+36 -1) </details> ### 📄 Description This is a rather ugly implementation. But maybe someone knows how to do it in a better way ;) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:00:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8452