core
1.0-RC1
js
core
/
dev.fritz2.repository
/
QueryRepository
/
updateMany
update
Many
js
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
entities
To
Update
entities to update in entity list