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;
主キーのemailAddressを更新することは可能ですか?
これはサポートされている可能性がありますが、非常に危険ですが、新しい種類のエンティティを作成し、既存のオブジェクトをそのエンティティに置き換えることをお勧めします。
サポートされていません。まったく。DataNucleusの内部は、ほぼ確実にそのような変更を拒否します。