mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-834: EntityManager::getReference may return proxy for parent class when using class table inheritance #1031
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?
Originally created by @doctrinebot on GitHub (Oct 8, 2010).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user pschwisow:
When using class table inheritance, it is possible for a parent class proxy to get saved into the identifier map.
Classes:
The following will fail:
@doctrinebot commented on GitHub (Oct 11, 2010):
Comment created by @beberlei:
Fixed this issue. Classes that have further entity subclasses CANNOT be loaded by reference. This is a technical requirement. Go live with it inheritance users ;-)
Also updated the docs:
@doctrinebot commented on GitHub (Oct 11, 2010):
Issue was closed with resolution "Fixed"