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
When adding new entities you also need to create a new Repository class which extends the TransactionalRepository. All of the classes are pretty much the same:
When adding new entities you also need to create a new
Repository
class which extends theTransactionalRepository
. All of the classes are pretty much the same:It would be much nicer to have a uniform way of representing the typeorm repositories.
Note: We need the shim to extend
TransactionRepository
since #68.The text was updated successfully, but these errors were encountered: