/**
  * @return array
  */
 public function generateKeyList()
 {
     return $this->tableData->getPrimaryKey();
 }