aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual.xhtml')
-rw-r--r--doc/manual.xhtml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index ebee01c..8796fec 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -8627,7 +8627,9 @@ CREATE TABLE contractor (
efficiency. It also results in a more canonical relational
database model compared to the other two approaches. As a
result, this is the mapping currently implemented in ODB.
- Other mappings may be supported in the future.</p>
+ Other mappings may be supported in the future. Note that
+ multiple polymorphism inheritance or mixing polymorphism and
+ reuse inheritance is not supported.</p>
<p>A pointer or reference to an ordinary, non-polymorphic object
has just one type &mdash; the class type of that object. When we