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.
我有一个表具有四个字段的复合主键,如用户 ID、名字、姓氏、密码,如果用户允许更改这四个值,我可以根据哪个条件使用休眠更新 UserData 表中的这些值
当您正在更新复合主键时,我能看到的唯一方法是删除现有记录并插入新记录。