This commit is contained in:
parent
34d8e00df7
commit
14e0800293
@ -2390,7 +2390,7 @@ class UnitOfWork implements PropertyChangedListener
|
|||||||
$this->visitedCollections =
|
$this->visitedCollections =
|
||||||
$this->orphanRemovals = array();
|
$this->orphanRemovals = array();
|
||||||
} else {
|
} else {
|
||||||
$this->clearIdentityMap($entityName);
|
$this->clearIdentityMapForEntityName($entityName);
|
||||||
$this->clearEntityInsertions($entityName);
|
$this->clearEntityInsertions($entityName);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3456,9 +3456,9 @@ class UnitOfWork implements PropertyChangedListener
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $entityName
|
* @param string $entityName
|
||||||
*/
|
*/
|
||||||
private function clearIdentityMap($entityName)
|
private function clearIdentityMapForEntityName($entityName)
|
||||||
{
|
{
|
||||||
$visited = array();
|
$visited = array();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user