aboutsummaryrefslogtreecommitdiff
path: root/odb/forward.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-05-06 12:05:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-08-14 15:18:23 +0200
commit91830e3bd38a05c73d03a5dfb88997799d44274b (patch)
tree399f1fc61ce959ac63b8b7ebaf5e3c58f80d8a7d /odb/forward.hxx
parent72b262ee4f375089256f6438152bd323df1ff5a3 (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/forward.hxx')
-rw-r--r--odb/forward.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/forward.hxx b/odb/forward.hxx
index a09f08d..f8b3420 100644
--- a/odb/forward.hxx
+++ b/odb/forward.hxx
@@ -34,11 +34,13 @@ namespace odb
class transaction;
class statement;
class session;
+ class section;
namespace common
{
using odb::schema_version;
using odb::session;
+ using odb::section;
}
namespace core