Lazy Loading per ResultMap

2010-06-17 Thread moffit
Hi all, Currently, lazy loading is enabled/disabled globally for all results. It would be very useful (for me) to specify the load per association or collection within the result-map itself. Is there any way to do this via the plugin architecture? Does anyone have any thoughts with regard to

Re: Ibatis 3 - Lazy Loading and Serializable Sessions

2010-05-04 Thread moffit
hanced objects should be serializable. Can you post the > exception you're getting? > > Clinton > > On Mon, May 3, 2010 at 7:25 PM, moffit wrote: >> >> Hi, >> >>  I noticed that this question was asked a few years ago with Ibatis 2.X >> without a

Ibatis 3 - Lazy Loading and Serializable Sessions

2010-05-03 Thread moffit
Hi, I noticed that this question was asked a few years ago with Ibatis 2.X without any resolution. Basically, lazy loaded objects are enhanced with byte-code generation. The enhanced object/proxy is not serializable even though the source object is. This obviously plays havoc with web appl