From 7e8e204a812cf551e735fc02e2e8a827304d085e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 5 Jan 2017 17:59:45 +0200 Subject: Add note on multiple polymorphism inheritance not being supported --- doc/manual.xhtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.

+ Other mappings may be supported in the future. Note that + multiple polymorphism inheritance or mixing polymorphism and + reuse inheritance is not supported.

A pointer or reference to an ordinary, non-polymorphic object has just one type — the class type of that object. When we -- cgit v1.1