Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我登录系统时,我通常会获取用户记录并将其保存到会话中。但是,当我想成为其他人而不是实体时,我得到了实体的代理。通常这可以正常工作,但是,当我将它保存在会话中时,它会出错,因为它是一个部分类。
有没有办法恢复实体?
当您的查询不包含您想要的并且它被命名时,Doctrine 返回代理lazy loading。如果你想获取一个实体,请写下你想要的或使用的getRepository()功能。
lazy loading
getRepository()