diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-04-25 10:45:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-04-25 10:45:32 +0200 |
commit | ab994fdada3eebc794d6b1686f55a35420e4d758 (patch) | |
tree | ccfbdd212fc3a06fea8f68b07c01f68989d2e450 /README | |
parent | 27245519b1a659eb849a31714df0090dc58bb87a (diff) |
New example, inheritance/polymorphism
Also move the inheritance example to inheritance/reuse.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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. |