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.
変更できない従来のデータベース ドメインを取得しましたが、問題に対処するためのドメイン エンティティを考えることができました。
従来のテーブル: TABLE1(ID,VALUE) TABLE2(ID,DATE) TABLE3(ID,DESCRIPTION)
ドメイン: NewConceptDomain { int 値; 日付; 文字列の説明。}
JPAを使用して新しいNewConceptDomainをマップするにはどうすればよいですか?