WSomeObject::Open(&pSomeObject, &pSomeObjectLink->oiObjectId, pDomain); WSomeObject::Create(&pSomeObject, pDomain); SomeObject->Load(); SomeObject->Store();
domain->Execute(Transaction::Load) domain->Execute(Transaction::Store)
someObject->Load();
someObject->Load(Transaction::Load);
someObject->Store();
someObject->Store(Transaction::Store);
WSomeObject::Open(&pSomeObject, &oi, pDomain);
Transaction::Load
WSomeObject::Create(&Object47, pDomain); Object47->Store(List302);