turns automatic shutdown of the engine on and off.
[Visual Basic] Sub automaticShutDown( _ ByVal flag As Boolean _ ) [C#] void automaticShutDown( bool flag ); [C++] void automaticShutDown( bool flag ); [JScript] function automaticShutDown( bool flag );
turns automatic shutdown of the engine on and off.
Depending on the JDK, db4o uses one of the following two methods to shut down, if no more references to the ObjectContainer are being held or the JVM terminates:
- JDK 1.3 and above:
Runtime.addShutdownHook()
System.runFinalizersOnExit(true)and code in the finalizer.
true.
Configuration Interface | com.db4o.config Namespace