db4o

ObjectClass Interface

configuration interface for classes.

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

public interface ObjectClass

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: com.db4o.config

Assembly: db4o (in db4o.dll)

See Also

ObjectClass Members | com.db4o.config Namespace