[2.0] Removed old comment.
This commit is contained in:
parent
9bb17475ed
commit
cc59231993
1 changed files with 0 additions and 1 deletions
|
@ -381,7 +381,6 @@ class ObjectHydrator extends AbstractHydrator
|
||||||
$this->_uow->setOriginalEntityProperty($oid, $relationField, $element);
|
$this->_uow->setOriginalEntityProperty($oid, $relationField, $element);
|
||||||
$targetClass = $this->_ce[$relation->targetEntityName];
|
$targetClass = $this->_ce[$relation->targetEntityName];
|
||||||
if ($relation->isOwningSide) {
|
if ($relation->isOwningSide) {
|
||||||
//FIXME: Not correct for many-to-one where other side is a collection!
|
|
||||||
// If there is an inverse mapping on the target class its bidirectional
|
// If there is an inverse mapping on the target class its bidirectional
|
||||||
if (isset($targetClass->inverseMappings[$relation->sourceEntityName][$relationField])) {
|
if (isset($targetClass->inverseMappings[$relation->sourceEntityName][$relationField])) {
|
||||||
$inverseAssoc = $targetClass->inverseMappings[$relation->sourceEntityName][$relationField];
|
$inverseAssoc = $targetClass->inverseMappings[$relation->sourceEntityName][$relationField];
|
||||||
|
|
Loading…
Add table
Reference in a new issue