コード例 #1
0
 public function __construct($repository)
 {
     $this->repository = $repository;
     $this->queryBuilder = $this->repository->createQueryBuilder(self::DEFAULT_TABLE_ALIAS);
     $this->classMetadata = $this->repository->getClassMetadata();
 }