/**
  * {@inheritdoc}
  */
 public function getOneToManyCollection(array $assoc, $sourceEntity, $offset = null, $limit = null)
 {
     return $this->persister->getOneToManyCollection($assoc, $sourceEntity, $offset, $limit);
 }