Skip to content

Commit

Permalink
docs: note that TransactionalEventListener annotation is not supporte…
Browse files Browse the repository at this point in the history
…d for reactive transactions (#2909)
  • Loading branch information
wetted committed Apr 26, 2024
1 parent 2c5dd3b commit 65fbcf4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ snippet::example.BookManager[project-base="doc-examples/hibernate-example", sour
<3> The listener itself is annotated with ann:transaction.annotation.TransactionalEventListener[]

TIP: You can set the value of the ann:transaction.annotation.TransactionalEventListener[] annotation to bind the listener to a particular transaction phase.

NOTE: Using ann:transaction.annotation.TransactionalEventListener[] annotations for transaction events is not supported for reactive transactions.

0 comments on commit 65fbcf4

Please sign in to comment.