* Callback function when update a data and only work in `cbMode: 'byKey'`.
(func: DiffCallbackUpdateManyToMany)
| 127 | * Callback function when update a data and only work in `cbMode: 'byKey'`. |
| 128 | */ |
| 129 | updateManyToMany(func: DiffCallbackUpdateManyToMany): this { |
| 130 | this._updateManyToMany = func; |
| 131 | return this; |
| 132 | } |
| 133 | |
| 134 | /** |
| 135 | * Callback function when remove a data |