aboutsummaryrefslogtreecommitdiff
path: root/odb/cache-traits.hxx
AgeCommit message (Collapse)AuthorFilesLines
2010-11-26Add support for recursive object loadingBoris Kolpackov1-8/+28
If an object of a type needs to be loaded recursively, then it is addded to the delayed loading list which is processed once the statements are unlocked.
2010-11-22Add session, database operations on pointers and const objectsBoris Kolpackov1-0/+152
Currently, session is just an object cache. The persist, update, and erase database operations are overloaded to also work on object pointers. All the database operations and the query facility now support const objects. New session-related exceptions: not_in_session, already_in_session, const_object.