You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering, is there a way to use custom repositories when running a transaction in multiple repositories? The transaction object expose a getRepository but no getCustomRepository method :/
Cheers!
The text was updated successfully, but these errors were encountered:
You're right. transaction object only esposes a getRepository which is a TransactionRepository itself rather than a CollectionRepository which is what's returned by getRepository and getCustomRepository in fireorm.
As of now, I cannot reuse the same repositories because the ones with transaction need some special treatment.
Hi there,
I was wondering, is there a way to use custom repositories when running a transaction in multiple repositories? The
transaction
object expose agetRepository
but nogetCustomRepository
method :/Cheers!
The text was updated successfully, but these errors were encountered: