The Fourth Beta of iBATIS 3 for contains a significant update, including a completely rewritten ResultSetHandler implementation. It also contains a few API changes, including a new RowBounds class for passing offset and limit together as a typed object. This also allows multiple parameters on mapper interfaces, further simplifying their use (cleaner than passing a Map, despite the ugly annotations). While I don't like to make such big changes in a Beta, sometimes it's necessary, and it's way better than being stuck with something we're not happy with for the next few years. Of course Beta 4 also contains about 20 bug fixes that were found by our diligent community. Enjoy.
Get it all from the iBATIS for Java page …