I posted this last night but I'm posting it again because I didn't see
my mail come through on the mailing list. Do I have a gmail
problem? Or are users not cc'd on their own posts?
Now that I have the custom type handler executing correctly for the nested cursor, I have another question :)
I'm trying to use the custom type handler to populate an array of
objects in my class. For instance, I have a Client, which
contains Address[] arrays and Communication[] arrays. I'd like to
populate it with a custom type handler. While I can get the type
handler to execute for a single Address or communication object, I
can't seem to find a way to get iBatis to understand that it needs to
fire a type handler for an array of those objects.
An even better way to handle this would be if there were some way I
could nest the result maps so that I point the nested cursor to a
second result map.
Any ideas?