findById

open fun <E : Any> findById(entityType: KClass<E>, id: Any): E?
open fun <E : Any> findById(fetcher: Fetcher<E>, id: Any): E?