DDC-3710: Relations inside of embedded objects do not work #4552

Closed
opened 2026-01-22 14:44:31 +01:00 by admin · 2 comments
Owner

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.

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.
admin added the Bug label 2026-01-22 14:44:31 +01:00
admin closed this issue 2026-01-22 14:44:31 +01:00
Author
Owner

@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): 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)
Author
Owner

@doctrinebot commented on GitHub (Apr 23, 2015):

Issue was closed with resolution "Won't Fix"

@doctrinebot commented on GitHub (Apr 23, 2015): Issue was closed with resolution "Won't Fix"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#4552