configuration interface for classes.
For a list of all members of this type, see IObjectClass Members.
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);
Namespace: Db4objects.Db4o.Config
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
IObjectClass Members | Db4objects.Db4o.Config Namespace