aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-01-13 11:31:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-01-13 11:31:14 +0200
commitab51fa65f9e8cad4ef5a1db85029dfe6404e9a1f (patch)
tree36c78dd50d88e4797f2bbb886c41399006111fea /README
parent5511613df7dce6142a84111488aaa25ff792d66b (diff)
Add composite, relationship, and inverse examples
All add the TR1 <memory> test for the latter two examples.
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
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.