From 91830e3bd38a05c73d03a5dfb88997799d44274b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 6 May 2013 12:05:39 +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/vector-traits.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'odb/vector-traits.hxx') diff --git a/odb/vector-traits.hxx b/odb/vector-traits.hxx index d996a89..9f4186d 100644 --- a/odb/vector-traits.hxx +++ b/odb/vector-traits.hxx @@ -63,6 +63,9 @@ namespace odb c._start (); } + static bool + changed (const container_type&); + static void update (const container_type&, const functions&); -- cgit v1.1