tuning feature: configures whether db4o should try to instantiate one instance of each persistent class on system startup.
[Visual Basic] Sub testConstructors( _ ByVal flag As Boolean _ ) [C#] void testConstructors( bool flag ); [C++] void testConstructors( bool flag ); [JScript] function testConstructors( bool flag );
tuning feature: configures whether db4o should try to instantiate one instance of each persistent class on system startup.
In a production environment this setting can be set to
false, if all persistent classes have public default constructors.
true
Configuration Interface | com.db4o.config Namespace