The open reflection interface is supplied to allow to implement
reflection functionality on JDKs that do not come with the
java.lang.reflect.* package.
Use
com.db4o.config.Configuration.reflectWith Db4o.configure().reflectWith(IReflect reflector) to register the use of your implementation before opening database
files.
specifiy whether parameterized Constructors are supported.
The support of Constructors is optional. If Constructors
are not supported, every persistent class needs a public default
constructor with zero parameters.