aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-04-25 15:53:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-04-25 15:53:50 +0200
commit6c88333c2e0232aed9e0b3c9077306f09e36c65c (patch)
treee3a770757cc354ae335094b7a7c71cfb2276de24 /NEWS
parent13102d6772ff32f3bcb53479038e979c5bd9a498 (diff)
Document polymorphism support
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 06879eb..44f4ffa 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,13 @@ Version 1.9.0
mode with VC++ 10 and later. The new 'c++11' example shows ODB support
for some of the C++11 features.
+ * Support for polymorphism. Now a persistent class hierarchy can be
+ declared polymorphic which makes it possible to persist, load, update,
+ erase, and query objects of derived classes using their base class
+ interfaces. For more information, refer to Section 8.2, "Polymorphism
+ Inheritance" in the ODB manual as well as the 'inheritance/polymorphism'
+ example in the odb-examples package.
+
* Support for composite object ids. Now a composite value type can be used
to declare an object id member. For more information, refer to Section
7.2.1, "Composite Object Ids" in the ODB manual as well as the 'composite'