[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

root of the reflection implementation API.

Namespace: Db4objects.Db4o.Reflect
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Public Interface IReflector
C#
public interface IReflector
Visual C++
public interface class IReflector

Remarks

root of the reflection implementation API.

The open reflection interface is supplied to allow to implement reflection functionality on JDKs that do not come with the java.lang.reflect.* package.

See the code in com.db4o.samples.reflect for a reference implementation that uses java.lang.reflect.*.

Use Db4o.configure().reflectWith(IReflect reflector) to register the use of your implementation before opening database files.