aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-05 17:59:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-05 17:59:45 +0200
commit7e8e204a812cf551e735fc02e2e8a827304d085e (patch)
treee27fd450b07536fc4048266775dfd3e0e65bc2e8
parent454be28d728bb7acfc33992c53d5a0bf72af3268 (diff)
Add note on multiple polymorphism inheritance not being supported
-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