configuration interface for fields of classes.
For a list of all members of this type, see ObjectField Members.
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);
Namespace: com.db4o.config
Assembly: db4o (in db4o.dll)
ObjectField Members | com.db4o.config Namespace