MapperMethod caching?

2010-01-01 Thread Eduardo Macarron
Fist of all happy new year! Some work has been doing on Spring 3 and Ibatis 3 integration. Having a look at mappers internals we saw that a new MapperMethod is created (with some introspection work) on each call to a mapper method. I wonder if it would be better to build them all during startup o

Re: MapperMethod caching?

2010-01-01 Thread Eduardo Macarron
Yes Clinton, is just for performance. 2010/1/1 Clinton Begin > What problem are you trying to solve, or goal you're trying to achieve by > doing this? Is it strictly a performance consideration? > > Clinton > > > > On Fri, Jan 1, 2010 at 7:31 AM, Eduar

Re: MapperMethod caching?

2010-01-01 Thread Eduardo Macarron
a potential > bottleneck, I'd be very interested in seeing it. > > Cheers, > Clinton > > > On Fri, Jan 1, 2010 at 9:17 AM, Eduardo Macarron < > eduardo.macar...@gmail.com> wrote: > >> Yes Clinton, is just for performance. >> >> >&g

Re: MapperMethod caching?

2010-01-01 Thread Eduardo Macarron
; becomes a problem. > > I've been really happy with this focus, as your suggestions are proof that > the code is succeeding (at least better than its predecessors) in that > you're able to read it, follow along, figure it out and make suggestions. > > They are most welc