Re: IBatis and resultSet

2007-04-21 Thread Larry Meadors
Yes. On 4/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi guys: I have a sql that returns a large dataset. This dataset is mapped onto a simple java bean that only has very simple properties. The bean does not contain any other object or any collection. The performance of IBatis han

IBatis and resultSet

2007-04-20 Thread wuxi_root-dis
Hi guys: I have a sql that returns a large dataset. This dataset is mapped onto a simple java bean that only has very simple properties. The bean does not contain any other object or any collection. The performance of IBatis handling this complex sql should be almost the same as using stra