Used to inject transaction's repository into the method wrapped with @Transaction decorator.
Argument of generic Repository class if it's not custom repository class.
Index of the parameter on which decorator is used.
Method on which decorator is used.
Type of the repository class (Repository, TreeRepository or MongoRepository) or custom repository class.
Target class on which decorator is used.
Generated using TypeDoc
Used to inject transaction's repository into the method wrapped with @Transaction decorator.