From 09d7377f81aeb8fde4aa1698e946457f03380d45 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/features.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'odb/features.hxx') diff --git a/odb/features.hxx b/odb/features.hxx index bc3a9c8..e7c1cdb 100644 --- a/odb/features.hxx +++ b/odb/features.hxx @@ -19,6 +19,7 @@ struct features bool polymorphic_object; bool no_id_object; bool session_object; + bool section; bool view; }; -- cgit v1.1