You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by jr...@apache.org on 2009/03/17 05:40:08 UTC

svn commit: r755114 - /openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_query.xml

Author: jrbauer
Date: Tue Mar 17 04:40:08 2009
New Revision: 755114

URL: http://svn.apache.org/viewvc?rev=755114&view=rev
Log:
OPENJPA-878 Committing code, tests, and documentation updates for Donald Woods.

Modified:
    openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_query.xml

Modified: openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_query.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_query.xml?rev=755114&r1=755113&r2=755114&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_query.xml (original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/jpa_overview_query.xml Tue Mar 17 04:40:08 2009
@@ -738,6 +738,28 @@
                     </tgroup>
                 </table>
             </section>
+            <section id="jpa_hints_locktimeout">
+                <title>
+                    Lock Timeout Hint
+                </title>
+                <para>
+To specify a lock timeout hint in milliseconds to those databases that support
+it, specify a hint name of &quot;openjpa.LockTimeout&quot; or
+&quot;javax.persistence.lock.timeout&quot; with an integer value greater than
+zero, or zero for no timeout which is the default behavior.
+                </para>
+            </section>
+            <section id="jpa_hints_querytimeout">
+                <title>
+                    Query Timeout Hint
+                </title>
+                <para>
+To specify a query timeout hint in milliseconds to those database drivers that
+support it, specify a hint name of &quot;javax.persistence.query.timeout&quot;
+with an integer value greater than zero, or zero for no timeout which is the
+default behavior.
+                </para>
+            </section>
             <section id="jpa_hints_resultset">
                 <title>
                     Result Set Size Hint