From ab51fa65f9e8cad4ef5a1db85029dfe6404e9a1f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 13 Jan 2011 11:31:14 +0200 Subject: Add composite, relationship, and inverse examples All add the TR1 test for the latter two examples. --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README') diff --git a/README b/README index 139d31e..18c14de 100644 --- a/README +++ b/README @@ -18,9 +18,20 @@ query Shows how to use the ODB Query Language to search the database for persistent objects matching certain criteria. +composite + Shows how to declare and use composite value types. + container Shows how to use containers as data members in persistent objects. +relationship + Shows how to declare and use unidirectional to-one and to-many + relationships. + +inverse + Shows how to declare and use bidirectional one-to-one, one-to-many, and + many-to-many relationships. + mapping Shows how to customize the mapping between C++ value types and database types. -- cgit v1.1