mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Embedded Relations #6195
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 @elvispdosreis on GitHub (Mar 3, 2019).
Originally assigned to: @Ocramius on GitHub.
Support Question
Is it possible to accomplish this type relationship, within an embedded class having a relationship with another table?
@lashus commented on GitHub (Mar 11, 2019):
@elvispdosreis As far as I can tell from the documentation it is not. See: https://www.doctrine-project.org/projects/doctrine-orm/en/2.6/tutorials/embeddables.html and the yellow note :)
@Ocramius commented on GitHub (Mar 11, 2019):
Closing as per @lashus' review.
@Spomsoree commented on GitHub (Feb 13, 2020):
Could this case somehow throw an error or something?
I just tried to group all pictures of an entity inside an embeddable, and wondered why no database field were created.
Doctrine accepted my configuration without a doubt, but did no create mentioned fields.
@BonBonSlick commented on GitHub (Mar 10, 2021):
Would appriciate error or notification. We had a case