ObjectContainerBase.

Db4oTypeStored(Transaction, Object) Method

Summary

allows special handling for all Db4oType objects.

Syntax

public virtual IDb4oType Db4oTypeStored(Transaction trans, Object obj)

Remarks

allows special handling for all Db4oType objects. Redirected here from #set() so only instanceof check is necessary in the #set() method.

Parameters

Name Type Description
trans Transaction
obj Object

Return Value

Type Description
IDb4oType object if handled here and #set() should not continue processing