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.
これには、永続性のためにバージョン1.0.0のoracleエッセンシャルを使用するレガシープロジェクトがあります。JDBC フェッチ サイズを増やすためのヒントをクエリに与える方法と、ログでフェッチ サイズを確認する方法を教えてください。
フェッチサイズをクエリヒントとして設定できます
query.setHint("toplink.jdbc.fetch-size", "100");