mirror of
https://github.com/doctrine/orm.git
synced 2026-04-30 01:43:20 +02:00
[PR #1229] Identity in *-to-one association builder #9290
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?
Original Pull Request: https://github.com/doctrine/orm/pull/1229
State: closed
Merged: No
Added the ability to set identity with associations through the
ClassMetadataBuilder/AssociationBuilderclasses.Added multiple tests to ensure that all association scenarios behave as expected.