From dcb6d84266a0b291781855cf623aa4d4c395f14d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 12 Jul 2013 12:00:18 +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. --- common/makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/makefile') diff --git a/common/makefile b/common/makefile index 82743a1..3263410 100644 --- a/common/makefile +++ b/common/makefile @@ -43,6 +43,8 @@ relationship-query \ schema/namespace \ schema/embedded/basics \ schema/embedded/order \ +section/basics \ +section/polymorphism \ session/cache \ template \ transaction/basics \ -- cgit v1.1