core
1.0-RC1
js
core
/
dev.fritz2.repository
/
EntityRepository
/
load
load
js
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
Throws
dev.
fritz2.
repository.
Resource
Not
Found
Exception
when resource not found