core
/
dev.fritz2.repositories
/
QueryRepository
/
updateMany
js
update
Many
abstract suspend fun
updateMany
(entities:
List
<
T
>, entitiesToUpdate:
List
<
T
>):
List
<
T
>
Content copied to clipboard
updates all entities in the list
Return
list after update
Parameters
entities
entity list
entitiesToUpdate
entities to update in entity list