1
0
mirror of synced 2024-12-14 07:06:04 +03:00

completed the sentence in section "postUpdate, postRemove, postPersist"

This commit is contained in:
Christian Raue 2011-08-05 02:10:40 +03:00
parent 255cf347ec
commit 1de9b906fd

View File

@ -570,7 +570,9 @@ postUpdate, postRemove, postPersist
The three post events are called inside ``EntityManager#flush()``. The three post events are called inside ``EntityManager#flush()``.
Changes in here are not relevant to the persistence in the Changes in here are not relevant to the persistence in the
database, but you can use this events to database, but you can use these events to alter non-persistable items,
like non-mapped fields, logging or even associated classes that are
directly mapped by Doctrine.
postLoad postLoad
~~~~~~~~ ~~~~~~~~