aboutsummaryrefslogtreecommitdiff
path: root/odb/section.hxx
AgeCommit message (Collapse)AuthorFilesLines
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-24Update copyright yearKaren Arutyunov1-1/+1
2017-04-05Add ability to mark unloaded section as loadedBoris Kolpackov1-0/+9
Can be useful to skip loading state that is going to be overwritten.
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2013-08-14Add support for object sectionsBoris Kolpackov1-0/+114
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.