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
Labels
data
Data entities and persisters
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.
The text was updated successfully, but these errors were encountered: