mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-3710: Relations inside of embedded objects do not work #4552
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 (Apr 23, 2015).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user kore:
If an embeddable has a relation to another object this is neither stored nor fetched.
Find attached a test case showing and reproducing the problem with a Many-To-One relation inside an embeddable.
@doctrinebot commented on GitHub (Apr 23, 2015):
Comment created by @ocramius:
A value object can't have an object reference to an entity by design, as checking its value would then be impossible from the outside (because a VO can't reference a non-VO)
@doctrinebot commented on GitHub (Apr 23, 2015):
Issue was closed with resolution "Won't Fix"