feature: use TransactionManager
when inside Transactions
#40
Labels
type: feature
Issues related to new features.
TransactionManager
when inside Transactions
#40
Is it possible to make multiple repository calls within a single transaction using dependency injection? If I'm reading the code correctly, this will always grab repositories off of a connection and therefore outside a transaction.
If it is possible, could that be added to the documentation?
The text was updated successfully, but these errors were encountered: