The instantiation mode can be configured globally or on a per class basis.
.NET: configuration.ObjectClass(TypeOf(Foo)).CallConstructor(true)
configuration.ObjectClass(TypeOf(Foo)).CallConstructor(true)
This will configure db4o to use constructor calls for this class and all its subclasses.