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.
私はOpenJPA2.0を使用しています-WebSphereV8でのIBMの実装。個々のクエリレベルでクエリタイムアウトを設定する必要があります。これはどのように達成できますか?
以下のヒントを使用すると、すべてのクエリのタイムアウトが設定されますが、特定のクエリに対してこれを制御する必要があります
javax.persistence.query.timeout
えーと、たぶん...
query.setHint("javax.persistence.query.timeout", timeout);