1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Merge pull request #6250 from johndodev/patch-1

Note on Entity listeners
This commit is contained in:
Marco Pivetta 2017-01-23 09:57:58 +01:00 committed by GitHub
commit b181228d69

View File

@ -888,6 +888,9 @@ you need to map the listener method using the event type mapping:
preRemove: [preRemoveHandler]
# ....
.. note::
The order of execution of multiple methods for the same event (e.g. multiple @PrePersist) is not guaranteed.
Entity listeners resolver