Options
All
  • Public
  • Public/Protected
  • All
Menu

Used to inject transaction's repository into the method wrapped with @Transaction decorator.

Hierarchy

  • TransactionRepositoryMetadataArgs

Index

Properties

Optional entityType

entityType: Function

Argument of generic Repository class if it's not custom repository class.

index

index: number

Index of the parameter on which decorator is used.

methodName

methodName: string

Method on which decorator is used.

repositoryType

repositoryType: Function

Type of the repository class (Repository, TreeRepository or MongoRepository) or custom repository class.

target

target: Function

Target class on which decorator is used.

Generated using TypeDoc