mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-572: Document inversedBy and mappedBy attributes on mapping annotations in annotation reference #702
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 (May 6, 2010).
Originally assigned to: @jwage on GitHub.
Jira issue originally created by user mjh_ca:
Regarding http://www.doctrine-project.org/documentation/manual/2_0/en/annotations-reference
The association mapping attributes should show mappedBy and inversedBy as optional attributes and describe their use on the owning vs. inverse side. As of today, only @ManyToMany shows mappedBy as an attribute, and inversedBy is not mentioned at all.
Each of @OneToOne, @ManyToOne, @OneToMany, @ManyToMany need to be reviewed to be consistent with association mapping documentation at http://www.doctrine-project.org/documentation/manual/2_0/en/association-mapping