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.
我正在使用 JPA,对于我拥有的主键:
@Id private String emailAddress;
是否可以更新主键电子邮件地址?
尽管这可能会受到支持,但它非常危险,您最好创建一种新的实体并用它替换现有的对象。
不支持。一点也不。DataNucleus 内部几乎肯定会拒绝这种变化。