db4o

ExtObjectContainer.getObjectInfo Method 

returns the com.db4o.ext.ObjectInfo for a stored object.

This method will return null, if the passed object is not stored to this

ObjectContainer
.

ObjectInfo getObjectInfo(
   object obj
);

Parameters

obj
the stored object

Return Value

the com.db4o.ext.ObjectInfo

See Also

ExtObjectContainer Interface | com.db4o.ext Namespace