From ab994fdada3eebc794d6b1686f55a35420e4d758 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 25 Apr 2012 10:45:32 +0200 Subject: New example, inheritance/polymorphism Also move the inheritance example to inheritance/reuse. --- README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README') 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. -- cgit v1.1