user-service
Preparing search index...
application/ports/out/UnitOfWork
UnitOfWork
Interface UnitOfWork
interface
UnitOfWork
{
executeTransactionally
<
T
>
(
operation
:
()
=>
Promise
<
T
>
)
:
Promise
<
T
>
;
}
Implemented by
MongoUnitOfWork
Index
Methods
execute
Transactionally
Methods
execute
Transactionally
executeTransactionally
<
T
>
(
operation
:
()
=>
Promise
<
T
>
)
:
Promise
<
T
>
Type Parameters
T
Parameters
operation
:
()
=>
Promise
<
T
>
Returns
Promise
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
execute
Transactionally
user-service
Loading...