We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8c692 commit 5ba22d8Copy full SHA for 5ba22d8
doc/reference/modules/manipulating_data.xml
@@ -529,8 +529,7 @@ firstSession.Save(potentialMate);
529
cat.Mate = potentialMate;
530
531
// later, in a new session
532
-secondSession.Update(cat); // update cat
533
-secondSession.Update(mate); // update mate]]></programlisting>
+secondSession.Update(cat); // update cat]]></programlisting>
534
535
<para>
536
If the <literal>Cat</literal> with identifier <literal>catId</literal> had already
0 commit comments