diff --git a/lib/Doctrine/ORM/UnitOfWork.php b/lib/Doctrine/ORM/UnitOfWork.php index 986269919..b6bb85e60 100644 --- a/lib/Doctrine/ORM/UnitOfWork.php +++ b/lib/Doctrine/ORM/UnitOfWork.php @@ -1697,7 +1697,7 @@ class UnitOfWork implements PropertyChangedListener $oid = spl_object_hash($entity); $this->getEntityPersister($class->name)->lock( - array_combine($class->getIdentifierColumnNames(), $this->entityIdentifiers[$oid]), + array_combine($class->getIdentifierFieldNames(), $this->entityIdentifiers[$oid]), $lockMode ); }