diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-07-12 12:00:18 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-08-14 15:21:07 +0200 |
commit | dcb6d84266a0b291781855cf623aa4d4c395f14d (patch) | |
tree | 46cbea2bb62a44df14181af2f99932a5830956ae /common/makefile | |
parent | e923e350cd29afa4765cf4fadfb2f63553943aa6 (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 'common/makefile')
-rw-r--r-- | common/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |