Symfony2.6.3 生成repository的问题
程序员文章站
2023-12-24 13:30:15
...
本人按照教程里的 在entity里设置好@ORM\Entity(repositoryClass="Blogger\BlogBundle\Repository\BlogRepository")之后在控制台执行doctrine:generate:entities
entity重新生成了 但是却没有生成repository文件,请问这是什么原因
entity重新生成了 但是却没有生成repository文件,请问这是什么原因
回复内容:
本人按照教程里的 在entity里设置好@ORM\Entity(repositoryClass="Blogger\BlogBundle\Repository\BlogRepository")之后在控制台执行doctrine:generate:entities
entity重新生成了 但是却没有生成repository文件,请问这是什么原因
自己解决了,指定的repositoryClass必须和entity是同一个命名空间下