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 » reflector » constructor   (RSS)
Sorry, but there are no more tags available to filter with.
  • Re: Storing CGLIB enhanced objects

    montechristos:Will implementing a custom reflector also allow us to do the inverse job of instantiating our objects using a custom factory? Yes. Please check ReflectClass#newInstance() and ReflectClass#getDeclaredConstructors(). Best regards,Patrick
    Posted to db4o User Forum (Forum) by Patrick Roemer on March 22, 2007
  • Re: Object reinstantiation issues

    hjorthboggild:According to the tutorial: Db4o can also bypass the constructors declared for this class using platform-specific mechanisms. (For Java, this option is only available on JREs >= 1.4.)  ... If this option is available in the current runtime environment, it will be the default setting. I'm using db4o with the ...
    Posted to db4o User Forum (Forum) by Patrick Roemer on November 16, 2006