Merge pull request #6250 from johndodev/patch-1
Note on Entity listeners
This commit is contained in:
commit
b181228d69
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue