Excellent. It's working now.

I read your dislike of JavaDoc but from my point of view it would be
seriously helpful in eclipse as it would stop me having to revert back to
the manual all the time. Manuals are great for concepts. JavaDoc for the
fiddly bits. Only an opinion :thinking:


Clinton Begin wrote:
> 
> Don't worry about the nextResultObject method.  It's just used to update
> the
> result object and the count, it probably shouldn't be public, or maybe
> resultcontext should be immutable... but for now, just ignore that method.
> It's used internally by the ResultSetHandler.  I might make it an
> interface
> and keep that method behind it in the implementation.
> 
> iBATIS iterates through the results for you, just pass your implementation
> of ResultHandler into the select method.
> 
> 
> Clinton
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Returning-Three-ArrayLists-tp25057560p25063971.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.


---------------------------------------------------------------------
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