1
0
mirror of synced 2024-12-13 22:56:04 +03:00

Update en/reference/working-with-associations.rst

Clarifiy that orphanRemoval works with one-to-one, one-to-many and many-to-many associations.
This commit is contained in:
Karsten Dambekalns 2012-08-30 11:56:06 +03:00
parent 9ae1f804e1
commit 4e4cf33342

View File

@ -541,7 +541,7 @@ from collections. If an Entity of type ``A`` contains references to privately
owned Entities ``B`` then if the reference from ``A`` to ``B`` is removed the
entity ``B`` should also be removed, because it is not used anymore.
OrphanRemoval works with both one-to-one and one-to-many associations.
OrphanRemoval works with one-to-one, one-to-many and many-to-many associations.
.. note::