statusMap.get(dto.status) .map(id -> em.find(Config.class, id)) .forEach(oldData -> oldData.setStatus(StatusEnum.INACTIVE));