mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #10466] Enabled lazy-loading for subclasses. #12386
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/doctrine/orm/pull/10466
State: closed
Merged: No
This enables lazy-loading of classes that have subclasses by using
the discriminator column to get the right subtype for the Proxy.
This also changes a few tests since lazy-loading subclasses
would now be possible and fetched classes are expected to be
an instance of the Proxy class.