aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/containers/list-traits.hxx
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
commitab52a8c4e7f92358cabf1c81de3ddcc68c1b7090 (patch)
tree7e6dd48b43410d5577efe1944cf04900b122430f /odb/qt/containers/list-traits.hxx
parent4077a3636154b8638daf34992a34475f3ba8de5d (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 'odb/qt/containers/list-traits.hxx')
-rw-r--r--odb/qt/containers/list-traits.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/qt/containers/list-traits.hxx b/odb/qt/containers/list-traits.hxx
index 17e7765..6541d3f 100644
--- a/odb/qt/containers/list-traits.hxx
+++ b/odb/qt/containers/list-traits.hxx
@@ -64,6 +64,9 @@ namespace odb
c._start ();
}
+ static bool
+ changed (const container_type&);
+
static void
update (const container_type&, const functions&);