On Wed, Feb 17, 2010 at 2:51 PM, Jeff Butler <jeffgbut...@gmail.com> wrote:
> Using a mapper interface means you have a bit less code to write > How is it less code?, that's my whole point in dropping it since I think it adds more code (for in our case seemingly little gain.) All my sql is in xml and for every mapper xml statement I create I have to go over and add a Mapper interface method. It's just one more piece of code that needs attention.