mirror of https://github.com/apache/openjpa.git
A couple of minor doc updates (no specific JIRA report) relating to a typo of remove (instead of refresh) and referencing another section in the Reference Guide for additional order-by capabilities.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@543502 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c634dcb4d8
commit
e8fb1e420b
|
@ -335,7 +335,7 @@ method behaves as follows:
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
If <literal>A</literal> is a new entity, it is ignored. However, the remove
|
||||
If <literal>A</literal> is a new entity, it is ignored. However, the refresh
|
||||
operation cascades as defined below.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -1836,12 +1836,6 @@ a sub-element of the <literal>one-to-many</literal> or <literal>many-to-many
|
|||
</literal> elements. The text within this element is parsed as the order by
|
||||
string.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
OpenJPA expands the available ordering syntax. See <xref linkend="order-by"/>
|
||||
in the Reference Guide for details.
|
||||
</para>
|
||||
</note>
|
||||
</section>
|
||||
<section id="jpa_overview_meta_mapkey">
|
||||
<title>
|
||||
|
|
Loading…
Reference in New Issue