diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-11-30 18:13:45 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-11-30 18:13:45 +0200 |
commit | fe69aa1a2b29e577b86026f7bb56a19f5b3bdfef (patch) | |
tree | b2318cae2cabd5cd534fe351d850049e36bfa38d /README | |
parent | b498f6525ac1953b5ef4fdf3f027138c00c1ea19 (diff) |
Add container example
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ query Shows how to use the ODB Query Language to search the database for persistent objects matching certain criteria. +container + Shows how to use containers as data members in persistent objects. + mapping Shows how to customize the mapping between C++ value types and database types. |