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

Merge pull request #44 from mweimerskirch/patch-1

Documented the onClear event
This commit is contained in:
Benjamin Eberlei 2011-10-25 13:45:41 -07:00
commit a5688f60d3

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