findById

abstract fun <E : Any> findById(type: KClass<E>, id: Any): E?
abstract fun <E : Any> findById(fetcher: Fetcher<E>, id: Any): E?