findById

open override fun findById(id: UserId): User?

Finds a user by its identifier.

Return

The matching User entity, or null if no entity is found with the given identifier.

Parameters

id

The unique domain identifier of the user.