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
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
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