I'll fully admit that I'm just being a jerk about the JavaDocs... :-)

JavaDocs would be a welcome addition to the iBATIS API, particularly the
public API.

Where I don't like Javadocs is like:


/**
 * gets the result object
 */
public Object getResultObject() {...}


Clinton

On Thu, Aug 20, 2009 at 9:17 AM, Richard Bibb <richard.b...@aimhedge.com>wrote:

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