/**
  * @since 2.5
  *
  * @return IdTableManager
  */
 public function newIdTableManager()
 {
     $idToDataItemMatchFinder = new IdToDataItemMatchFinder($this->store->getConnection('mw.db'), $this->applicationFactory->getIteratorFactory());
     return new IdTableManager($this->store, $idToDataItemMatchFinder);
 }