findByIdAndUpdate
Gets an Entity by its id value and updates the retrieved entity.
Return
The updated entity that has this id value, or null
if no entity was found.
Parameters
id
The id value of the entity.
block
Lambda that contains entity field updates.