load

abstract suspend fun load(id: I): T

loads an entity

Return

the entity (identified by id) loaded

Parameters

id

of the entity to load