1
0
mirror of synced 2025-01-18 22:41:43 +03:00

Fixes DDC-509

This commit is contained in:
Guilherme Blanco 2011-10-11 01:27:30 -03:00
parent da4948944d
commit 9c389a49c7

View File

@ -369,7 +369,7 @@ Implementing Event Listeners
This section explains what is and what is not allowed during
specific lifecycle events of the UnitOfWork. Although you get
passed the EntityManager in all of these events, you have to follow
this restrictions very carefully since operations in the wrong
these restrictions very carefully since operations in the wrong
event may produce lots of different errors, such as inconsistent
data and lost updates/persists/removes.