turns callback methods on and off.
[Visual Basic] Sub callbacks( _ ByVal flag As Boolean _ ) [C#] void callbacks( bool flag ); [C++] void callbacks( bool flag ); [JScript] function callbacks( bool flag );
turns callback methods on and off.
Callbacks are turned on by default.
A tuning hint: If callbacks are not used, you can turn this feature off, to prevent db4o from looking for callback methods in persistent classes. This will increase the performance on system startup.
Configuration Interface | com.db4o.config Namespace | Using callbacks