findById

open override fun findById(id: Id): E?

Retrieves an entity by its identifier.

Return

the entity if found, or null if not found.

Parameters

id

the unique identifier of the entity.