summaryrefslogtreecommitdiff
path: root/doc/manual.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual.xhtml')
-rw-r--r--doc/manual.xhtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index 52c4f02..e9471fd 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -6082,7 +6082,8 @@ class employee
};
</pre>
- <p>In this case, if we perform a database operation on the
+ <p>In this case, if we call either <code>persist()</code> or
+ <code>update()</code> database function on the
<code>employee</code> object and the <code>current_employer_</code>
pointer or one of the pointers stored in the
<code>previous_employers_</code> container is <code>NULL</code>,