Update working-with-associations.rst
This commit is contained in:
parent
a06f8d4759
commit
29062fb42e
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ following code:
|
||||||
$em->flush();
|
$em->flush();
|
||||||
|
|
||||||
Even if you *persist* a new User that contains our new Comment this
|
Even if you *persist* a new User that contains our new Comment this
|
||||||
code requires the explicit call to
|
code requires an explicit call to
|
||||||
``EntityManager#persist($myFirstComment)``. Doctrine 2 does not
|
``EntityManager#persist($myFirstComment)``. Doctrine 2 does not
|
||||||
cascade the persist operation to all nested entities that are new
|
cascade the persist operation to all nested entities that are new
|
||||||
as well.
|
as well.
|
||||||
|
|
Loading…
Add table
Reference in a new issue