|
|
Browse by Tags
All Tags » Transparent Persistance (RSS)
-
I'm having a problem getting this to work. Anyone can see why?
Code basically looks like this.....
Configuration config = db4oSetup();
session = Db4o.openFile(config, ''C:\\database\\db4odb'' );
Genome ome = new Genome();
session.store( ome );
.....create lots of things hanging off of ome( Genomic model, ...
-
Hi,
I'm currently learning about typehandlers, because I intend to implement a custom typehandler for some of my classes. (Why I want a different handler instead of the default FirstClassObjectHandler doesn't matter for now. Let's say I want to improve it. ;-) ) I went quite deeply into the sources of db4o and did pretty much debugging to try to ...
-
I don't think the TP examples deal with instrumenting third party libraries. There's mention of the ability to instrument jars but I didn't find anything in detail. Maybe I missed that bit - if so, please tell me where it is, but if it's not there yet, please tell me how it's handled.
It would help if I knew where to find the API docs for ...
-
I'm having some problems integrating the TP/TA framework to work on my .NET 1.1 data model.
My data model contains very complex deep graphs objects and relations. I enhance the DLL using Db4oTool, added the TransparentActivationSupport to the object container as well, but nothing seems to be persisting/activating properly. When adding a listener ...
|
|
|