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.
Hibernate では@NaturalId、エンティティのいくつかのプロパティを使用して一意のキーを作成できます。
@NaturalId
の一部である JPA と同等の注釈はありjavax.persistenceますか?
javax.persistence
いいえ、ありません。複合キーを使用する必要があるため、好みに応じてEmbeddedIdまたはIdClassのいずれかを使用します。