Skip to content

Commit

Permalink
Merge pull request #6250 from johndodev/patch-1
Browse files Browse the repository at this point in the history
Note on Entity listeners
  • Loading branch information
Ocramius authored Jan 23, 2017
2 parents 119aa4e + 57f5604 commit b181228
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/en/reference/events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b181228

Please sign in to comment.