Skip to content

Commit

Permalink
Update Transaction plugin doc
Browse files Browse the repository at this point in the history
  • Loading branch information
auloin committed Nov 13, 2024
1 parent ca2c0ce commit b588f7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/en/documentation/pro/transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ public void createUserAndSendWelcomeEmail(User user) {
<figcaption>

Thanks to the @Transactional support, the whole method - including the job scheduling - is transactional.

</figcaption>
</figure>

> Also works with Exposed's transaction block!
#### How does it work?
- the JobRunr Spring Boot Starter and Micronaut Integration, Quarkus Extension, Exposed Plugin check whether they can participate in a transaction created by that framework.
- if one is present, it is used and the whole method is transactional.
Expand Down

0 comments on commit b588f7e

Please sign in to comment.