| test for custom reflection implementations.
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. The sources in this sample packages demonstrate, how db4o
accesses the java.lang.reflect.* functionality.
This TestReflect method may be used to test, if you own implementation
provides the functionality that db4o needs. You may call the test from
the command line by specifying the classname of your own class that
implements IReflect. Alternatively you can call the test(IReflect) method.
|