aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-08-14 15:16:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-08-14 15:16:09 +0200
commit22cb56f4a1ad5d2c6d581bab5e528a0cf0d13b17 (patch)
tree7d16b824f639b5133a480abb094c350eedbb1d2e /README
parentbb02fdbce23477d931a1572f8b2ffe52c80edf32 (diff)
Add support for object sections
Sections are an optimization mechanism that allows the partitioning of data members of a persistent class into groups that can be separately loaded and/or updated.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index bbaea80..0c35ecd 100644
--- a/README
+++ b/README
@@ -44,6 +44,10 @@ inheritance/reuse
inheritance/polymorphism
Shows how to use polymorphism inheritance with ODB.
+section
+ Shows how to use object sections to implement lazy-loading and change-
+ updating of a subset of data members in a persistent class.
+
view
Shows how to define and use object, table, mixed, and native views.