|
|
|
Junior Member
      
Group: Forum Members
Last Login: 2009-12-04 14:42:55
Posts: 13,
Visits: 66
|
|
Hi all!
There is good example named "LazyFetchAlert" which is showing how to install custom handler for fetching objects from DB by overriding method
void Fetch(Locator[] objects, int[] members, FetchStrategy fetchStrategy).
What should I do to insert my handler for storing objects to DB? Overriding method
void UpdateDatabaseWithList(Locator[] objects) doesn't help.
It is never called.
Thanks.
/Alexander Timofeev
|
|
|
|
|
Supreme Being
      
Group: Administrators
Last Login: 2010-11-30 12:17:13
Posts: 1 230,
Visits: 1 382
|
|
You are absolutely correct. That method is never called, but it should be. I have logged this bug as:
http://magpie.no-ip.com/mantis/view.php?id=701
I cant think of an easy workaround for it at the moment.
/Jonas Hogstrom [CapableObjects]
|
|
|
|