1
0
mirror of synced 2025-01-31 12:32:59 +03:00

Merge pull request #39 from craue/patch-1

completed the sentence in section "postUpdate, postRemove, postPersist"
This commit is contained in:
Guilherme Blanco 2011-08-04 16:16:20 -07:00
commit 01caa0d06e

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
~~~~~~~~ ~~~~~~~~