diff --git a/docs/en/reference/events.rst b/docs/en/reference/events.rst index e6c8b0aa4..7922d3dfd 100644 --- a/docs/en/reference/events.rst +++ b/docs/en/reference/events.rst @@ -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