Function: MongoSession()
MongoSession(
nameOrType?): (target,propertyKey,index) =>void
Defined in: service-core/src/decorators/DatabaseDecorators.ts:86
Injects the MongoDB session (used by @Transactional) as the value of the decorated argument.
Parameters
nameOrType?
any
Returns
(target, propertyKey, index) => void