Skip to content

postPersist triggered after or before database operations ? #9831

Discussion options

You must be logged in to vote

The postPersist event is triggered after the INSERT operations, but before the transaction is committed. If your application dies during the event, the database will roll back your changes.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sdev-maxime
Comment options

Answer selected by sdev-maxime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #9824 on June 09, 2022 15:34.