RE: Enhanced ResultObjectFactory

2007-01-05 Thread Goga, Murtaza
I have created IBATIS-382 for this with patches and comments. Thanks. From: Goga, Murtaza [mailto:[EMAIL PROTECTED] Sent: Thursday, January 04, 2007 10:39 PM To: user-java@ibatis.apache.org Subject: Enhanced ResultObjectFactory Importance: Low We are

Enhanced ResultObjectFactory

2007-01-04 Thread Goga, Murtaza
We are attempting to use iBATIS to map into DataObjects (SDOs) . We use a Map implementation to move the data into and out of the DataObject. A single result class is used for all result maps. We use a custom ResultObjectFactory to create and initialize the 'type' of this object. There are tim