returns an ObjectClass object to configure the specified class.
There are three options how to use this method.
Any of the following parameters are possible:
- a fully qualified classname.
- a Class object.
- any object to be used as a template.
[Visual Basic] Function objectClass( _ ByVal clazz As Object _ ) As ObjectClass [C#] ObjectClass objectClass( object clazz ); [C++] ObjectClass* objectClass( Object* clazz ); [JScript] function objectClass( Object clazz ): ObjectClass;
an instance of an ObjectClass object for configuration.
Configuration Interface | com.db4o.config Namespace