Skip to main content
Latest
interface TransactionEntityMetadataArgs
import { type TransactionEntityMetadataArgs } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/metadata-args/TransactionEntityMetadataArgs.ts";

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

Properties

readonly
target: Function

Target class on which decorator is used.

readonly
methodName: string

Method on which decorator is used.

readonly
index: number

Index of the parameter on which decorator is used.