Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Make it possible to execute more call using the same transaction from inside the life cycle method #74

Open
thejhh opened this issue May 21, 2023 · 0 comments
Labels
data Data entities and persisters

Comments

@thejhh
Copy link
Contributor

thejhh commented May 21, 2023

Our life cycle methods support asynchronic operations. However, it is not possible to call another DB operation inside the same transaction at the moment.

This could maybe implemented by providing a CrudRepository instance which would share the connection. Probably needs some refactoring.

@thejhh thejhh added the data Data entities and persisters label May 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
data Data entities and persisters
Projects
None yet
Development

No branches or pull requests

1 participant