findByIdAndDeletedAtIsNull

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

Finds an entity with given id and deletion flag

Return

Found entity or null if it is not found

Parameters

id

Id of the entity to find