db4o

ObjectField Interface

configuration interface for fields of classes.

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

public interface ObjectField

Remarks

configuration interface for fields of classes.

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

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

Example:

            Configuration config = Db4o.configure();
ObjectClass oc = config.objectClass("package.className");
ObjectField of = oc.objectField("fieldName"); of.rename("newFieldName"); of.queryEvaluation(false);

Requirements

Namespace: com.db4o.config

Assembly: db4o (in db4o.dll)

See Also

ObjectField Members | com.db4o.config Namespace