Summary
configures the use of a specially designed reflection implementation.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- ICommonConfiguration
Syntax
void ReflectWith(IReflector reflector)
Remarks
configures the use of a specially designed reflection implementation.
db4o internally uses java.lang.reflect.* by default. On platforms that do not support this package, customized implementations may be written to supply all the functionality of the interfaces in the com.db4o.reflect package. This method can be used to install a custom reflection implementation.
In client-server environment this setting should be used on both the client and the server side (reflector class must be available)
db4o internally uses java.lang.reflect.* by default. On platforms that do not support this package, customized implementations may be written to supply all the functionality of the interfaces in the com.db4o.reflect package. This method can be used to install a custom reflection implementation.
In client-server environment this setting should be used on both the client and the server side (reflector class must be available)
Parameters
Name | Type | Description |
---|---|---|
reflector | IReflector |
Return Value
Type | Description |
---|---|
void |