core
/
dev.fritz2.repositories
/
EntityRepository
/
load
js
load
abstract suspend fun
load
(id:
I
):
T
Content copied to clipboard
loads an entity
Return
the entity (identified by
id
) loaded
Parameters
id
of the entity to load