Nope, but you can do this easy enough:

return (YourType[])queryForList("blah.query", parms).toArray(new YourType[0]);

Larry

On 10/7/06, Abdullah Kauchali <[EMAIL PROTECTED]> wrote:

Abdullah Kauchali:
> I have a complex type as a Java Bean that I'd like to populate using the
> 1:M
> ibatis facility and I cannot serialize a java.util.List - only array of
> objects.

Complex type as in a web services complex type.


Reply via email to