> On 2/18/2010 10:16 AM, Tomáš Procházka wrote:
>> Ideal will be possibility to add method to mapper will return object
>> on which I can call something like getNext(), hasNext() and close().

On 18 February 2010 17:44, Guy Rouillier <guyr-...@burntmail.com> wrote:
> That is very JDBC-ish.  From my perspective, iBATIS attempts to hide all
> that so that the programmer can just deal with lists of objects.
> ResultHandler lets you change how the list gets built.  What you are asking
> is for JDBC to be exposed again, something like ResultSetHandler.  I guess
> it would be possible to make that pluggable, but then you are undoing much
> of the framework.

Only the result handling side of the framework.  You'd still have the
dynamic SQL, and parameter handling without it.  That in itself is
probably enough incentive to use iBATIS.

Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
For additional commands, e-mail: user-java-h...@ibatis.apache.org

Reply via email to