You can't call it through a mapper at this time. You can only call it through the sqlSession#select() method.
That said, it might not be hard to add support for that. Clinton On Thu, Jan 28, 2010 at 2:22 PM, Paul Spencer <pau...@apache.org> wrote: > iBatis 3.0-Beta-9 for Java. > > I have done all of my iBatis configuration via annotations and need to > perform a select with a ResultHandler. > > Using the AuthorMapper defined in the iBatis-3 Users Guide on page 54, how > would I add a result handler to selectAuthors()? > > > Paul Spencer > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org > For additional commands, e-mail: user-java-h...@ibatis.apache.org > >