findByIdAndDeletedAtIsNull

abstract fun findByIdAndDeletedAtIsNull(id: I): E?(source)

Finds an entity with given id and deletion flag

Return

Found entity in an Optional

Parameters

id

Id of the entity to find