下午所有人,我已经阅读了有关此问题的文档,我找不到任何关于它的内容,所以我相信它可能会成为一个明智的问题。
我有bob.orm.yml:
BobBundle\Bob\Entity\Bob:
type: entity
repositoryClass: BobBundle\Bob\Repository\BobRepository
table: bob
id:
id:
type: integer
generator:
strategy: AUTO
fields:
name:
type: string
length: '63'
我可以:
我可以通过仅提供表值来调用该存储库吗?是否有一些奇妙的entityManager-> getRepositoryByTableName()甚至getEntityByTableName()功能?