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.
在我的项目中,我使用 symfony 3 和 Mongodb。我有两个文档 Role 和 Privilege ,一个角色包含多个权限,一个权限具有多个角色。(ReferenceMany)如何将删除和持久化级联。