db4o

Reflector.forObject Method 

returns an IClass for an object or null if the passed object is null.

ReflectClass forObject(
   object a_object
);

Remarks

returns an IClass for an object or null if the passed object is null.

See Also

Reflector Interface | com.db4o.reflect Namespace