aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.xhtml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-04-07 10:13:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-10 18:46:44 +0200
commit2fa6a4d00945866e62d980270d5807f3abca75ab (patch)
treef8eaf6760c2b18ff39962f4145df57b6fe5d9afa /doc/manual.xhtml
parentbb111ac2fdff909ed0f91d6f1f65c05aaf984936 (diff)
Don't throw null_pointer on load operations
This can be useful during migration. Plus this should be enforced by the database.
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>,