db4o Developer Community
Developer Community db4o open source object database, native to Java and .NET
Register   |  Login
  Search
  • Forums
  • Documentation
  • Resources
  • Downloads
  • Blogs
  • About

What is db4o?

Tags

  • benchmark
  • db4o-7.12
  • db4o-7.13
  • db4o-8.0
  • documentation
  • maven
  • Poleposition
  • release notes
  • source code

Archive

  • July, 2010 ( 2 )
  • June, 2010 ( 2 )
  • May, 2010 ( 5 )
  • February, 2010 ( 1 )
  • January, 2010 ( 3 )
  • November, 2009 ( 3 )
  • October, 2009 ( 6 )
  • September, 2009 ( 1 )
  • August, 2009 ( 3 )
  • June, 2009 ( 4 )
  • May, 2009 ( 3 )
  • March, 2009 ( 5 )
  • February, 2009 ( 1 )
  • January, 2009 ( 4 )
  • December, 2008 ( 1 )
  • November, 2008 ( 4 )
  • October, 2008 ( 2 )
  • September, 2008 ( 3 )
  • August, 2008 ( 3 )
  • July, 2008 ( 4 )
  • June, 2008 ( 3 )
  • May, 2008 ( 2 )
  • April, 2008 ( 5 )
  • February, 2008 ( 5 )
  • January, 2008 ( 6 )
  • December, 2007 ( 1 )
  • November, 2007 ( 4 )
  • October, 2007 ( 4 )
  • September, 2007 ( 3 )
  • August, 2007 ( 2 )
  • July, 2007 ( 2 )
  • June, 2007 ( 1 )
  • May, 2007 ( 6 )
  • April, 2007 ( 3 )
  • March, 2007 ( 3 )
  • February, 2007 ( 1 )
  • January, 2007 ( 1 )
  • December, 2006 ( 3 )
  • November, 2006 ( 10 )
  • October, 2006 ( 2 )
  • September, 2006 ( 2 )
  • August, 2006 ( 2 )
  • July, 2006 ( 4 )
  • June, 2006 ( 5 )
  • May, 2006 ( 6 )
  • April, 2006 ( 4 )
  • February, 2006 ( 3 )
  • Home
  • Rss Feed

Upgrading To Version 6.0

Posted @ 11/20/2006 6:57 AM By Tetyana
Posted in | 2 Comments

So you've got the hottest db4o version and stay in front of a question: "What should I do to make use of the new features?". Luckily this is quite easy and straightforward.

  • In order to reveal the power of the new querying processor set up an appropriate querying mode using:
  • Java:

    Db4o.configure().queries().evaluationMode(QueryEvaluationMode);

    .NET:

    Db4oFactory.Configure().Queries().EvaluationMode(QueryEvaluationMode);

  • Switch your defragment application to the new com.db4o.defragment package/Db4objects.Db4o.Defragment namespace. Use API documentation for the fine-tuning of Defragmentation process.
  • Use dRS 6.0 replication system instead of deprecated built-in replication functionality.

.NET Conventions Notes

  • Change imported namespace names to Db4objects.Db4o[.Xxx] template
  • Add I prefix to the interface names (like IObjectContainer, IQuery etc)
  • Change static Db4o class to Db4oFactory.
That's all. Enjoy!

 Share |
Return TopTrackbackPrintPermalink
Previous Entry: Documentation 2.0
Next Entry: Split them all

Comments

Was it good for you, too?Join the discussion » ,but you need to login first before you make comments.
    On processing, please waiting for ...
    Copyright ©2000-2010 by Versant Corp.
    Privacy Policy