Merge pull request #44 from mweimerskirch/patch-1
Documented the onClear event
This commit is contained in:
commit
a5688f60d3
@ -166,6 +166,9 @@ the life-time of their registered entities.
|
|||||||
- onFlush - The onFlush event occurs after the change-sets of all
|
- onFlush - The onFlush event occurs after the change-sets of all
|
||||||
managed entities are computed. This event is not a lifecycle
|
managed entities are computed. This event is not a lifecycle
|
||||||
callback.
|
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::
|
.. warning::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user