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.
我有一个生成连接表的一对多关系,我需要做的是从该连接表中删除一行,但我什至不知道如何执行 jpql 查询以到达该表,因为它不是实体我的数据模型。
给出我的问题的想法:
我有下一张桌子:
用户---(一对多)--->权限,生成表user_permission。
我需要从 user_permissions 中删除行,因为如果我在权限中删除所有具有特定权限的用户将丢失它。
从用户的权限列表中删除权限,然后保存用户对象。如果级联配置正确,则应从连接表中删除相应的条目。