Goods.BasicMetaobject.makePersistent Function
Assign persistent identifier to the transient object of persistent capable class. The object is placed in the same storage as persistent object containing reference to this object unless explicit storage attachment was specified for this object.
Default void makePersistent (Goods.ObjectHeader, Goods.ObjectHeader)
Type
Name
Description
ObjectHeader
obj
a
ObjectHeader
value that is made persistent
ObjectHeader
parent
a
ObjectHeader
into whose storage obj is placed, if obj is new
Return
Description
void