Interface: TransactionalOptions
Defined in: service-core/src/decorators/DatabaseDecorators.ts:134
Properties
driverOptions?
optionaldriverOptions?:any
Defined in: service-core/src/decorators/DatabaseDecorators.ts:138
The set of options to pass to the underlying datastore driver.
mode
mode:
TransactionalMode
Defined in: service-core/src/decorators/DatabaseDecorators.ts:136
The merge mode to apply when multiple transactions are declared in the same call stack.