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