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.
Java EE アプリケーションで EclipseLink 2.1.0 を使用しており、@BatchFetch. この注釈がフェッチ モードを変更するかどうかに興味がありfetch = FetchType.EAGERます。
@BatchFetch
fetch = FetchType.EAGER
バッチ処理は、レイジー/イーガー フェッチとは無関係であり、参照オブジェクトをフェッチするためのクエリの動作のみを制御し、それがいつ発生するかは制御しません。