db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » Transparent Persistance   (RSS)
  • Transparent Persistence - 7.6

    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, ...
    Posted to db4o User Forum (Forum) by thegreeneman on October 27, 2008
  • Problem with custom typehandler

    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 ...
    Posted to db4o User Forum (Forum) by beep on August 30, 2008
  • Transparent Persistence with third party libraries

    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 ...
    Posted to db4o User Forum (Forum) by sreed888 on August 5, 2008
  • TP/TA with .NET 1.1 (6.4 Stable)

    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 ...
    Posted to db4o User Forum (Forum) by elshinnawy on June 23, 2008