[PR #685] Functional ticket for DDC-2484 #8560

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

Original Pull Request: https://github.com/doctrine/orm/pull/685

State: closed
Merged: No


This PR represents different data paths through the ORM. When an entity is lazy loaded each field is loaded into proxies one at a time so the entity itself is never fetched from the database, only the data on the entity. This demonstrates how data lazy loaded through proxies does bypass the postLoad lifecycle event.

**Original Pull Request:** https://github.com/doctrine/orm/pull/685 **State:** closed **Merged:** No --- This PR represents different data paths through the ORM. When an entity is lazy loaded each field is loaded into proxies one at a time so the entity itself is never fetched from the database, only the data on the entity. This demonstrates how data lazy loaded through proxies does bypass the postLoad lifecycle event.
admin added the pull-request label 2026-01-22 16:00:30 +01:00
admin closed this issue 2026-01-22 16:00:30 +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#8560