From 22cb56f4a1ad5d2c6d581bab5e528a0cf0d13b17 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Aug 2013 15:16:09 +0200 Subject: 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. --- README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README') 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. -- cgit v1.1