ICommonConfiguration.

ObjectClass(Object) Method

Summary

returns an Db4objects.Db4o.Config.IObjectClass object to configure the specified class.

The clazz parameter can be any of the following:
- a fully qualified classname as a String.
- a Class object.
- any other object to be used as a template.

Syntax

IObjectClass ObjectClass(Object clazz)

Parameters

Name Type Description
clazz Object class name, Class object, or example object.

Return Value

Type Description
IObjectClass an instance of an Db4objects.Db4o.Config.IObjectClass object for configuration.