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.
sql(oracle)で「再実行」を使用できることは知っていますが、em.create()を使用するときにJPAを使用して自動化できるものがあります。
em.merge()を試してください。永続化した、アタッチされたインスタンスが返されます。生成された主キーを表示する前に、em.flush()が必要になる場合があります。