core
/
dev.fritz2.repositories
/
EntityRepository
/
addOrUpdate
js
add
Or
Update
abstract suspend fun
addOrUpdate
(entity:
T
):
T
Content copied to clipboard
adds or updates an entity
Return
the new entity after add or update
Parameters
entity
entity to add or to save