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を使用するとSPはどうなりますか? JPAはストアドプロシージャを殺しますか?
JPA はストアド プロシージャを強制終了しませんでした。アプリケーションで両方を使用できます。JPA がストアド プロシージャを強制終了したと言うのは、JPA が SQL を強制終了したと言うようなものです。アプリケーションの一部の部分では、昔ながらの単純なネイティブ SQL が依然として最良の選択です。そのアプリケーションが主に JPA を使用している場合でも。