db4o

IObjectClass Interface

configuration interface for classes.

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

public interface IObjectClass

Remarks

configuration interface for classes.

Examples: ../com/db4o/samples/translators/Default.java.

Use the global Configuration object to configure db4o before opening an ObjectContainer .

Example:

            Configuration config = Db4o.configure();
ObjectClass oc = config.objectClass("package.className");
oc.updateDepth(3);
oc.minimumActivationDepth(3);

Requirements

Namespace: Db4objects.Db4o.Config

Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)

See Also

IObjectClass Members | Db4objects.Db4o.Config Namespace