MCPcopy
hub / github.com/sequelize/sequelize / beforeBulkUpdate

Method beforeBulkUpdate

types/lib/hooks.d.ts:52–52  ·  view source on GitHub ↗
(options: UpdateOptions<TAttributes>)

Source from the content-addressed store, hash-verified

50 beforeBulkRestore(options: RestoreOptions<TAttributes>): HookReturn;
51 afterBulkRestore(options: RestoreOptions<TAttributes>): HookReturn;
52 beforeBulkUpdate(options: UpdateOptions<TAttributes>): HookReturn;
53 afterBulkUpdate(options: UpdateOptions<TAttributes>): HookReturn;
54 beforeFind(options: FindOptions<TAttributes>): HookReturn;
55 beforeCount(options: CountOptions<TAttributes>): HookReturn;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected