From ab52a8c4e7f92358cabf1c81de3ddcc68c1b7090 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. --- odb/qt/containers/list-traits.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'odb/qt/containers/list-traits.hxx') 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&); -- cgit v1.1