findActive

public Optional<E> findActive(I id)

Finds an entity with the passed ID even if the entity is active.

Return

the entity or empty if there is no entity with such ID, or the entity is not active

Parameters

id

the ID of the entity to find