Open topic with navigation
TP Enhancement
Implementing the IActivatable-interface manually is time consuming, repetitive and error-prone. Therefore it's desirable to automate this process. There are different ways to automatically enhance classes to support transparent persistence.
- One possibility is to use a build-script which enhances the classes. For this a special MSBuild-task enhances the classes to support . See "Build Time Enhancement Example"
- Another possibility is to use the a command-line tool to enhance the classes. See "Db4oTool"