1
0
mirror of synced 2024-12-14 15:16:04 +03:00

Documented the onClear event. (using text from the docblock comment)

This commit is contained in:
Michel Weimerskirch 2011-09-02 22:38:47 +03:00
parent e6e1243852
commit 79c113b532

View File

@ -166,6 +166,9 @@ the life-time of their registered entities.
- onFlush - The onFlush event occurs after the change-sets of all
managed entities are computed. This event is not a lifecycle
callback.
- onClear - The onClear event occurs when the EntityManager#clear() operation is
invoked, after all references to entities have been removed from the unit of
work.
.. warning::