예제 #1
0
파일: DbRepository.php 프로젝트: t4web/base
 protected function isEntityChanged(EntityInterface $changedEntity)
 {
     $originalEntity = $this->identityMapOriginal->offsetGet($changedEntity->getId());
     return $changedEntity != $originalEntity;
 }