db4o

Configuration Interface

configuration interface.

For a list of all members of this type, see Configuration Members.

public interface Configuration

Remarks

configuration interface.

This interface contains methods to configure db4o.

The global Configuration context is available with com.db4o.Db4o.configure . When an ObjectContainer or ObjectServer is opened, the global Configuration context is cloned and copied into the ObjectContainer/ObjectServer. That means every ObjectContainer/ObjectServer gets it's own copy of configuration settings.

Most configuration settings should be set before opening an ObjectContainer/ObjectServer.

Some configuration settings can be modified on an open ObjectContainer/ObjectServer. The local Configuration context is available with com.db4o.ext.ExtObjectContainer.configure and com.db4o.ext.ExtObjectServer.configure .

Requirements

Namespace: com.db4o.config

Assembly: db4o (in db4o.dll)

See Also

Configuration Members | com.db4o.config Namespace