aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-04-25 10:45:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-04-25 10:45:32 +0200
commitab994fdada3eebc794d6b1686f55a35420e4d758 (patch)
treeccfbdd212fc3a06fea8f68b07c01f68989d2e450 /README
parent27245519b1a659eb849a31714df0090dc58bb87a (diff)
New example, inheritance/polymorphism
Also move the inheritance example to inheritance/reuse.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 1ed8cab..0c0343d 100644
--- a/README
+++ b/README
@@ -38,8 +38,11 @@ inverse
Shows how to declare and use bidirectional one-to-one, one-to-many, and
many-to-many relationships.
-inheritance
- Shows how to use persistent class inheritance.
+inheritance/reuse
+ Shows how to use reuse inheritance with ODB.
+
+inheritance/polymorphism
+ Shows how to use polymorphism inheritance with ODB.
view
Shows how to define and use object, table, mixed, and native views.