/**
  *
  *
  * @return void
  */
 private function from()
 {
     $entityStorage = $this->entityMetadata->getStorage();
     $table = $entityStorage->getTable();
     $this->sqlChunks[] = 'FROM ' . $this->connection->escapeAndQuoteTable($table);
 }