Summary
allows special handling for all Db4oType objects.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal - Containing Type
- ObjectContainerBase
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 |