/**
  * {@inheritdoc}
  */
 protected function saveForm(Request $request, FormInterface $form)
 {
     $this->massUpdater->updateEntities($this->configuration->getEntityClass(), $this->getFormData($form), $this->queryGenerator->getIds($request, $this->configuration->getName()));
 }
 /**
  * {@inheritdoc}
  */
 protected function saveForm(Request $request, FormInterface $form)
 {
     $this->massUpdater->updateEntities($this->configuration->getEntityClass(), $this->getFormData($form), $this->massActionDispatcher->dispatch($request));
 }