Author: ilgrosso
Date: Thu Jun 28 09:33:59 2018
New Revision: 1834588

URL: http://svn.apache.org/viewvc?rev=1834588&view=rev
Log:
Fix javadocs links (missing file)

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

Modified: openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_runtime.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_runtime.xml?rev=1834588&r1=1834587&r2=1834588&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_runtime.xml 
(original)
+++ openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_runtime.xml Thu Jun 
28 09:33:59 2018
@@ -1432,7 +1432,7 @@ import org.apache.openjpa.persistence.*;
 For datastore queries, the method must have the following signature:
             </para>
 <programlisting>
-public static <ulink 
url="../../apidocs/org/apache/openjpa/lib/rop/ResultObjectProvider.html">ResultObjectProvider</ulink>
 xxx(<ulink 
url="../javadoc/org/apache/openjpa/kernel/StoreContext.html">StoreContext</ulink>
 ctx, <ulink 
url="../javadoc/org/apache/openjpa/meta/ClassMetaData.html">ClassMetaData</ulink>
 meta, boolean subclasses, Map params, <ulink 
url="../javadoc/org/apache/openjpa/kernel/FetchConfiguration.html">FetchConfiguration
 </ulink> fetch)
+public static <ulink 
url="../../apidocs/org/apache/openjpa/lib/rop/ResultObjectProvider.html">ResultObjectProvider</ulink>
 xxx(<ulink 
url="../../apidocs/org/apache/openjpa/kernel/StoreContext.html">StoreContext</ulink>
 ctx, <ulink 
url="../javadoc/org/apache/openjpa/meta/ClassMetaData.html">ClassMetaData</ulink>
 meta, boolean subclasses, Map params, <ulink 
url="../javadoc/org/apache/openjpa/kernel/FetchConfiguration.html">FetchConfiguration
 </ulink> fetch)
 </programlisting>
             <para>
 The returned result object provider should produce objects of the candidate
@@ -1446,7 +1446,7 @@ In-memory execution is slightly differen
 returning a boolean on whether the object matches the query:
             </para>
 <programlisting>
-public static boolean xxx(<ulink 
url="../../apidocs/org/apache/openjpa/kernel/StoreContext.html">StoreContext</ulink>
 ctx, <ulink 
url="../javadoc/org/apache/openjpa/meta/ClassMetaData.html">ClassMetaData</ulink>
 meta, boolean subclasses, Object obj, Map params, <ulink 
url="../javadoc/org/apache/openjpa/kernel/FetchConfiguration.html">FetchConfiguration</ulink>
 fetch)
+public static boolean xxx(<ulink 
url="../../apidocs/org/apache/openjpa/kernel/StoreContext.html">StoreContext</ulink>
 ctx, <ulink 
url="../../apidocs/org/apache/openjpa/meta/ClassMetaData.html">ClassMetaData</ulink>
 meta, boolean subclasses, Object obj, Map params, <ulink 
url="../javadoc/org/apache/openjpa/kernel/FetchConfiguration.html">FetchConfiguration</ulink>
 fetch)
 </programlisting>
             <para>
 In both method versions, the given <literal>params</literal> map contains the


Reply via email to