diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-13 11:31:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-13 11:31:14 +0200 |
commit | ab51fa65f9e8cad4ef5a1db85029dfe6404e9a1f (patch) | |
tree | 36c78dd50d88e4797f2bbb886c41399006111fea /README | |
parent | 5511613df7dce6142a84111488aaa25ff792d66b (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-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |