turns automatic shutdown of the engine on and off.
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